mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
fix: Switch SponsorshipSet to use a delta for sfFeeAmount
This commit is contained in:
committed by
Ayaz Salikhov
parent
e290005db5
commit
24b6dad287
@@ -2116,8 +2116,8 @@ 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::Values::None);
|
||||
test(jv, sfFeeAmount.fieldName);
|
||||
jv[sfFeeAmountDelta.fieldName] = mpt.getJson(JsonOptions::Values::None);
|
||||
test(jv, sfFeeAmountDelta.fieldName);
|
||||
}
|
||||
}
|
||||
BEAST_EXPECT(txWithAmounts.empty());
|
||||
|
||||
Reference in New Issue
Block a user