diff --git a/modules/ripple_app/ledger/Ledger.cpp b/modules/ripple_app/ledger/Ledger.cpp index 14eda13de9..a2c894891b 100644 --- a/modules/ripple_app/ledger/Ledger.cpp +++ b/modules/ripple_app/ledger/Ledger.cpp @@ -71,7 +71,6 @@ Ledger::Ledger (uint256 const& parentHash, , mTransactionMap (boost::make_shared (smtTRANSACTION, transHash)) , mAccountStateMap (boost::make_shared (smtSTATE, accountHash)) { - // This will throw if the root nodes are not available locally updateHash (); loaded = true;