From ac8e2292cf7bed6e7b48193932aa751248bcafcf Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 11 Oct 2012 07:03:14 -0700 Subject: [PATCH] Add a comment. --- src/Ledger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ledger.cpp b/src/Ledger.cpp index 53491b991..5be6eb02b 100644 --- a/src/Ledger.cpp +++ b/src/Ledger.cpp @@ -46,7 +46,7 @@ Ledger::Ledger(const uint256 &parentHash, const uint256 &transHash, const uint25 mClosed(false), mValidHash(false), mAccepted(false), mImmutable(true), mTransactionMap(boost::make_shared(smtTRANSACTION, transHash)), mAccountStateMap(boost::make_shared(smtSTATE, accountHash)) -{ +{ // This will throw if the root nodes are not available locally updateHash(); if (mTransHash.isNonZero()) mTransactionMap->fetchRoot(mTransHash);