Skip to content

Commit

Permalink
[fold] remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jan 3, 2025
1 parent 98b83e8 commit 76c1675
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xrpld/app/ledger/detail/OpenLedger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ OpenLedger::accept(
auto const& tx = txpair.first;
auto const txId = tx->getTransactionID();

assert(txpair.second);

// skip batch txns
if (tx->isFlag(tfInnerBatchTxn))
{
Expand Down

0 comments on commit 76c1675

Please sign in to comment.