Remove an erroneous comment.

This commit is contained in:
JoelKatz
2013-09-07 18:04:47 -07:00
parent eaec90c897
commit 3174372081

View File

@@ -71,7 +71,6 @@ Ledger::Ledger (uint256 const& parentHash,
, mTransactionMap (boost::make_shared <SHAMap> (smtTRANSACTION, transHash))
, mAccountStateMap (boost::make_shared <SHAMap> (smtSTATE, accountHash))
{
// This will throw if the root nodes are not available locally
updateHash ();
loaded = true;