mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove SHAMapNodeID from SHAMapTreeNode (RIPD-347)
This resolves the "right data, wrong ID" issue in the tree node cache.
This commit is contained in:
@@ -250,7 +250,6 @@ public:
|
||||
return;
|
||||
|
||||
SHAMapTreeNode newNode(
|
||||
SHAMapNodeID (node.nodeid().data(), node.nodeid().size()),
|
||||
Blob (node.nodedata().begin(), node.nodedata().end()),
|
||||
0, snfWIRE, uZero, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user