Remove some dead Transaction::getJson options.

This commit is contained in:
JoelKatz
2012-06-28 13:13:58 -07:00
parent b712c192e6
commit 64f9f044c8
3 changed files with 3 additions and 14 deletions

View File

@@ -268,7 +268,7 @@ public:
bool operator<=(const Transaction&) const;
bool operator>=(const Transaction&) const;
Json::Value getJson(bool decorate, bool paid_local=false, bool credited_local=false) const;
Json::Value getJson(int options) const;
static bool isHexTxID(const std::string&);