mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Correctly handle emptying an inner node.
This commit is contained in:
@@ -343,6 +343,8 @@ bool SHAMapTreeNode::updateHash()
|
|||||||
assert(nh == s.getSHA512Half());
|
assert(nh == s.getSHA512Half());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
nh.zero();
|
||||||
}
|
}
|
||||||
else if (mType == tnTRANSACTION_NM)
|
else if (mType == tnTRANSACTION_NM)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user