diff --git a/src/cpp/ripple/LedgerConsensus.cpp b/src/cpp/ripple/LedgerConsensus.cpp index 2c48a0f639..27c6b1dafd 100644 --- a/src/cpp/ripple/LedgerConsensus.cpp +++ b/src/cpp/ripple/LedgerConsensus.cpp @@ -45,6 +45,7 @@ void TransactionAcquire::done() mMap->setImmutable(); theApp->getOPs().mapComplete(mHash, mMap); } + theApp->getMasterLedgerAcquire().dropLedger(mHash); } void TransactionAcquire::onTimer(bool progress)