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:
@@ -32,7 +32,7 @@ fee::operator()(Env&, JTx& jt) const
|
||||
jt.fill_fee = false;
|
||||
if (amount_)
|
||||
jt[jss::Fee] =
|
||||
amount_->getJson(0);
|
||||
amount_->getJson(JsonOptions::none);
|
||||
}
|
||||
|
||||
} // jtx
|
||||
|
||||
Reference in New Issue
Block a user