mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +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)
|
if (vec.size() >= diff)
|
||||||
return vec.at(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)
|
if ((ledgerIndex & 0xff) != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user