fix: harden batch inner transactions (TxQ blocker)

This commit is contained in:
Denis Angell
2026-06-17 17:56:34 -04:00
parent bc634fd3a3
commit 28bd660f7f
3 changed files with 87 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ namespace xrpl {
class Batch : public Transactor
{
public:
static constexpr auto kConsequencesFactory = ConsequencesFactoryType::Normal;
static constexpr auto kConsequencesFactory = ConsequencesFactoryType::Blocker;
explicit Batch(ApplyContext& ctx) : Transactor(ctx)
{