mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove some dead Transaction::getJson options.
This commit is contained in:
@@ -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&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user