This commit is contained in:
JoelKatz
2012-04-10 14:37:20 -07:00
parent 7ebd7a1845
commit 22d3354ccc

View File

@@ -68,7 +68,7 @@ void STAmount::add(Serializer& s) const
if (value==0) if (value==0)
s.add64(0); s.add64(0);
else else
s.add64(value + (static_cast<uint64>(offset+142) << (64-8)))); s.add64(value + (static_cast<uint64>(offset+142) << (64-8)));
} }
bool STAmount::isEquivalent(const SerializedType& t) const bool STAmount::isEquivalent(const SerializedType& t) const