mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix missing call to setPubLedger on gap in published ledger stream.
This commit is contained in:
@@ -870,6 +870,7 @@ public:
|
||||
WriteLog (lsWARNING, LedgerMaster) << "Gap in validated ledger stream " << mPubLedger->getLedgerSeq () << " - " <<
|
||||
mValidLedger->getLedgerSeq () - 1;
|
||||
ret.push_back (mValidLedger);
|
||||
setPubLedger (mValidLedger);
|
||||
getApp().getOrderBookDB().setup(mValidLedger);
|
||||
}
|
||||
else if (mValidLedger->getLedgerSeq () > mPubLedger->getLedgerSeq ())
|
||||
|
||||
Reference in New Issue
Block a user