mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -27,7 +27,7 @@ namespace jtx {
|
||||
void
|
||||
sendmax::operator()(Env& env, JTx& jt) const
|
||||
{
|
||||
jt.jv[jss::SendMax] = amount_.getJson(0);
|
||||
jt.jv[jss::SendMax] = amount_.getJson(JsonOptions::none);
|
||||
}
|
||||
|
||||
} // jtx
|
||||
|
||||
Reference in New Issue
Block a user