Correctly handle emptying an inner node.

This commit is contained in:
JoelKatz
2013-06-10 21:40:34 -07:00
parent e89efd5674
commit ec04108910

View File

@@ -343,6 +343,8 @@ bool SHAMapTreeNode::updateHash()
assert(nh == s.getSHA512Half());
#endif
}
else
nh.zero();
}
else if (mType == tnTRANSACTION_NM)
{