mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Don't issue bogus 'missing skiplist' messages.
This commit is contained in:
@@ -978,7 +978,7 @@ uint256 Ledger::getLedgerHash(uint32 ledgerIndex)
|
||||
if (vec.size() >= diff)
|
||||
return vec.at(vec.size() - diff);
|
||||
}
|
||||
cLog(lsWARNING) << "Ledger " << ledgerIndex << ":" << getHash() << " missing skiplist";
|
||||
else cLog(lsWARNING) << "Ledger " << ledgerIndex << ":" << getHash() << " missing skiplist";
|
||||
}
|
||||
|
||||
if ((ledgerIndex & 0xff) != 0)
|
||||
|
||||
Reference in New Issue
Block a user