mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Remove an erroneous comment.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user