diff --git a/src/SerializedTypes.h b/src/SerializedTypes.h index f9c68a2e1..ec0987c12 100644 --- a/src/SerializedTypes.h +++ b/src/SerializedTypes.h @@ -280,6 +280,7 @@ public: const uint160& getCurrency() const { return mCurrency; } bool setValue(const std::string& sAmount, const std::string& sCurrency); + void setValue(const STAmount &); virtual bool isEquivalent(const SerializedType& t) const;