mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +00:00
Refactor ledger replay logic (RIPD-1547):
Also switch to use ReadView for TxQ updates.
This commit is contained in:
@@ -1365,8 +1365,7 @@ void NetworkOPsImp::switchLastClosedLedger (
|
||||
clearNeedNetworkLedger ();
|
||||
|
||||
// Update fee computations.
|
||||
// TODO: Needs an open ledger
|
||||
//app_.getTxQ().processClosedLedger(app_, *newLCL, true);
|
||||
app_.getTxQ().processClosedLedger(app_, *newLCL, true);
|
||||
|
||||
// Caller must own master lock
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user