mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 19:10:25 +00:00
Merge fixes
This commit is contained in:
@@ -2099,7 +2099,7 @@ class MPToken_test : public beast::unit_test::Suite
|
||||
jv[jss::TransactionType] = jss::SponsorshipSet;
|
||||
jv[jss::Account] = alice.human();
|
||||
jv[sfSponsee.fieldName] = carol.human();
|
||||
jv[sfFeeAmount.fieldName] = mpt.getJson(JsonOptions::KNone);
|
||||
jv[sfFeeAmount.fieldName] = mpt.getJson(JsonOptions::Values::None);
|
||||
test(jv, sfFeeAmount.fieldName.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user