mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid missing node errors on genesis ledger creation
This commit is contained in:
committed by
Nik Bougalis
parent
bdb1966573
commit
7c82adcc84
@@ -1158,6 +1158,7 @@ ApplicationImp::startGenesisLedger()
|
||||
m_networkOPs->setLastCloseTime (next->info().closeTime);
|
||||
openLedger_.emplace(next, cachedSLEs_,
|
||||
logs_->journal("OpenLedger"));
|
||||
m_ledgerMaster->storeLedger(next);
|
||||
m_ledgerMaster->switchLCL (next);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user