Remove an obsolete comment.

This commit is contained in:
JoelKatz
2013-09-29 23:43:48 -07:00
parent a815f455af
commit ea1a5a77c5

View File

@@ -96,7 +96,7 @@ Ledger::pointer LedgerHistory::getLedgerByHash (uint256 const& hash)
if (ret)
{
assert (ret->isImmutable ());
assert (ret->getHash () == hash); // FIXME: We seem to be getting these
assert (ret->getHash () == hash);
return ret;
}