diff --git a/src/ripple_app/ledger/LedgerHistory.cpp b/src/ripple_app/ledger/LedgerHistory.cpp index 369cf6031..011e153c7 100644 --- a/src/ripple_app/ledger/LedgerHistory.cpp +++ b/src/ripple_app/ledger/LedgerHistory.cpp @@ -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; }