mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Tiny cleanup.
This commit is contained in:
@@ -355,7 +355,7 @@ bool SHAMapTreeNode::updateHash()
|
|||||||
if(!empty)
|
if(!empty)
|
||||||
{
|
{
|
||||||
nh = Serializer::getPrefixHash(sHP_InnerNode, reinterpret_cast<unsigned char *>(mHashes), sizeof(mHashes));
|
nh = Serializer::getPrefixHash(sHP_InnerNode, reinterpret_cast<unsigned char *>(mHashes), sizeof(mHashes));
|
||||||
#ifdef DEBUG
|
#ifdef PARANOID
|
||||||
Serializer s;
|
Serializer s;
|
||||||
s.add32(sHP_InnerNode);
|
s.add32(sHP_InnerNode);
|
||||||
for(int i = 0; i < 16; ++i)
|
for(int i = 0; i < 16; ++i)
|
||||||
|
|||||||
Reference in New Issue
Block a user