mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45: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;
|
||||
}
|
||||
|
||||
Ledger::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
|
||||
SHAMapTreeNode::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
|
||||
if (newRoot)
|
||||
root = newRoot;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user