mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -50,7 +50,7 @@ paths::operator()(Env& env, JTx& jt) const
|
||||
// VFALCO TODO API to allow caller to examine the STPathSet
|
||||
// VFALCO isDefault should be renamed to empty()
|
||||
if (! found.isDefault())
|
||||
jv[jss::Paths] = found.getJson(0);
|
||||
jv[jss::Paths] = found.getJson(JsonOptions::none);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user