diff --git a/src/Amount.cpp b/src/Amount.cpp index 9b45507502..793e71c250 100644 --- a/src/Amount.cpp +++ b/src/Amount.cpp @@ -889,7 +889,7 @@ STAmount STAmount::convertToInternalAmount(uint64 displayAmount, uint64 totalNow STAmount STAmount::deserialize(SerializerIterator& it) { - STAmount *s = construct(it); + STAmount *s = construct(it, sfGeneric); STAmount ret(*s); delete s;