Skip to content

Commit

Permalink
Update Batch.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jan 30, 2025
1 parent a26822c commit ed09298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/xrpld/app/tx/detail/Batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ Batch::preflight(PreflightContext const& ctx)
ctx.app, ctx.rules, parentBatchId, stx, tapBATCH, ctx.j);
preflightResult.ter != tesSUCCESS)
{
JLOG(ctx.j.trace()) << "BatchTrace[" << parentBatchId << "]: "
<< "inner txn preflight failed: "
<< preflightResult.ter << " "
<< "txID: " << hash;
JLOG(ctx.j.trace())
<< "BatchTrace[" << parentBatchId << "]: "
<< "inner txn preflight failed: " << preflightResult.ter << " "
<< "txID: " << hash;
return temINVALID_INNER_BATCH;
}

Expand Down

0 comments on commit ed09298

Please sign in to comment.