mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Typo.
This commit is contained in:
@@ -884,7 +884,7 @@ bool SHAMap::fetchRoot (uint256 const& hash, SHAMapSyncFilter* filter)
|
|||||||
WriteLog (lsTRACE, SHAMap) << "Fetch root SHAMap node " << hash;
|
WriteLog (lsTRACE, SHAMap) << "Fetch root SHAMap node " << hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ledger::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
|
SHAMapTreeNode::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
|
||||||
if (newRoot)
|
if (newRoot)
|
||||||
root = newRoot;
|
root = newRoot;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user