mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bugfix.
This commit is contained in:
@@ -149,6 +149,7 @@ void SHAMap::returnNode(SHAMapTreeNode::pointer& node, bool modify)
|
||||
node = boost::make_shared<SHAMapTreeNode>(*node, mSeq);
|
||||
assert(node->isValid());
|
||||
mTNByID[*node] = node;
|
||||
if (node->isRoot()) root = node;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user