Fix some cases where ledger flags are incorrectly set.

This commit is contained in:
JoelKatz
2013-02-01 16:11:32 -08:00
parent db7e69164b
commit 9781c10736
8 changed files with 44 additions and 14 deletions

View File

@@ -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;
}