Cleanups.

This commit is contained in:
JoelKatz
2012-05-26 15:11:10 -07:00
parent 2866cec281
commit d442534c70
3 changed files with 8 additions and 8 deletions

View File

@@ -370,9 +370,4 @@ bool SHAMapTreeNode::setChildHash(int m, const uint256 &hash)
return updateHash();
}
const uint256& SHAMapTreeNode::getChildHash(int m) const
{
assert((m >= 0) && (m < 16) && (mType == tnINNER));
return mHashes[m];
}
// vim:ts=4