Don't truncate account state indexes.

This commit is contained in:
JoelKatz
2012-05-15 17:47:47 -07:00
parent 0efeedffdc
commit c19994e6df

View File

@@ -278,7 +278,7 @@ bool SHAMapTreeNode::updateHash()
{
Serializer s;
mItem->addRaw(s);
s.add160(mItem->getTag().to160());
s.add256(mItem->getTag());
nh = s.getSHA512Half();
}
else if (mType == tnTRANSACTION)