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