mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
Fixes.
This commit is contained in:
@@ -512,7 +512,10 @@ void LedgerMaster::checkAccept (uint256 const& hash, uint32 seq)
|
||||
ledger->setValidated();
|
||||
mValidLedger = ledger;
|
||||
if (!mPubLedger)
|
||||
{
|
||||
ledger->pendSaveValidated(true, true);
|
||||
mPubLedger = ledger;
|
||||
}
|
||||
|
||||
uint64 fee, fee2, ref;
|
||||
ref = getApp().getFeeTrack().getLoadBase();
|
||||
|
||||
Reference in New Issue
Block a user