mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove an obsolete comment.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user