mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Improve SHAMap missing node behavior:
* Prevent recursive invocation of missing node handler * Do not throw from ledger constructor
This commit is contained in:
@@ -1035,7 +1035,7 @@ void LedgerConsensusImp::accept (std::shared_ptr<SHAMap> set)
|
||||
{
|
||||
// Special case, we are replaying a ledger close
|
||||
for (auto& tx : replay->txns_)
|
||||
applyTransaction (accum, tx.second, false, tapNO_CHECK_SIGN);
|
||||
applyTransaction (app_, accum, tx.second, false, tapNO_CHECK_SIGN);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user