mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix some cases where ledger flags are incorrectly set.
This commit is contained in:
@@ -82,7 +82,7 @@ Ledger::pointer LedgerHistory::getLedgerByHash(const uint256& hash)
|
||||
if (ret)
|
||||
{
|
||||
assert(ret->isImmutable());
|
||||
assert(ret->getHash() == hash);
|
||||
assert(ret->getHash() == hash); // FIXME: We seem to be getting these
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user