mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -284,7 +284,7 @@ public:
|
||||
{
|
||||
json::Value jv;
|
||||
jv[jss::Account] = a.human();
|
||||
jv[jss::LimitAmount] = amt.getJson(JsonOptions::KNone);
|
||||
jv[jss::LimitAmount] = amt.getJson(JsonOptions::Values::None);
|
||||
jv[jss::TransactionType] = jss::TrustSet;
|
||||
jv[jss::Flags] = 0;
|
||||
return jv;
|
||||
|
||||
Reference in New Issue
Block a user