mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
chore: Enable most modernize checks (#7664)
This commit is contained in:
@@ -2238,7 +2238,7 @@ public:
|
||||
|
||||
{
|
||||
json::Value req;
|
||||
json::Reader().parse("{ \"fee_mult_max\" : 1, \"tx_json\" : { } } ", req);
|
||||
json::Reader().parse(R"({ "fee_mult_max" : 1, "tx_json" : { } } )", req);
|
||||
json::Value const result = checkFee(
|
||||
req,
|
||||
Role::ADMIN,
|
||||
@@ -2275,7 +2275,7 @@ public:
|
||||
|
||||
{
|
||||
json::Value req;
|
||||
json::Reader().parse("{ \"fee_mult_max\" : 0, \"tx_json\" : { } } ", req);
|
||||
json::Reader().parse(R"({ "fee_mult_max" : 0, "tx_json" : { } } )", req);
|
||||
json::Value const result = checkFee(
|
||||
req,
|
||||
Role::ADMIN,
|
||||
|
||||
Reference in New Issue
Block a user