mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
One more.
This commit is contained in:
@@ -978,6 +978,7 @@ uint256 Ledger::getLedgerHash(uint32 ledgerIndex)
|
||||
if (vec.size() >= diff)
|
||||
return vec.at(vec.size() - diff);
|
||||
}
|
||||
cLog(lsWARNING) << "Ledger " << ledgerIndex << ":" << getHash() << " missing skiplist";
|
||||
}
|
||||
|
||||
if ((ledgerIndex & 0xff) != 0)
|
||||
|
||||
Reference in New Issue
Block a user