diff --git a/src/cpp/ripple/SerializedTypes.h b/src/cpp/ripple/SerializedTypes.h index fd0c2fc6f..2ca0d7421 100644 --- a/src/cpp/ripple/SerializedTypes.h +++ b/src/cpp/ripple/SerializedTypes.h @@ -628,8 +628,8 @@ public: // std::string getText() const; Json::Value getJson(int) const; - uint160 mCurrencyID; - uint160 mCurrentAccount; // what account is at the end of the path +// uint160 mCurrencyID; +// uint160 mCurrentAccount; // what account is at the end of the path std::vector::iterator begin() { return mPath.begin(); } std::vector::iterator end() { return mPath.end(); }