From 31743720812f89aec02e13b2758d1c4d7ad86379 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 7 Sep 2013 18:04:47 -0700 Subject: [PATCH] Remove an erroneous comment. --- modules/ripple_app/ledger/Ledger.cpp | 1 - 1 file changed, 1 deletion(-) 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;