This commit is contained in:
JoelKatz
2013-08-11 21:38:05 -07:00
parent 1e64732acb
commit 9a1e7e69c2
2 changed files with 4 additions and 1 deletions

View File

@@ -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();