mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +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))
|
, mTransactionMap (boost::make_shared <SHAMap> (smtTRANSACTION, transHash))
|
||||||
, mAccountStateMap (boost::make_shared <SHAMap> (smtSTATE, accountHash))
|
, mAccountStateMap (boost::make_shared <SHAMap> (smtSTATE, accountHash))
|
||||||
{
|
{
|
||||||
// This will throw if the root nodes are not available locally
|
|
||||||
updateHash ();
|
updateHash ();
|
||||||
loaded = true;
|
loaded = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user