Support fields from XRPFees amendment (#1282)

Fixes #1280
This commit is contained in:
Alex Kremer
2024-03-20 16:34:39 +00:00
committed by GitHub
parent 27db183aff
commit 8e75818b4f
16 changed files with 197 additions and 48 deletions

View File

@@ -283,7 +283,7 @@ TEST_F(SubscriptionManagerTest, LedgerTest)
auto const ledgerinfo = CreateLedgerInfo(LEDGERHASH, 30);
EXPECT_CALL(*backend, fetchLedgerBySequence).WillOnce(testing::Return(ledgerinfo));
auto const feeBlob = CreateFeeSettingBlob(1, 2, 3, 4, 0);
auto const feeBlob = CreateLegacyFeeSettingBlob(1, 2, 3, 4, 0);
EXPECT_CALL(*backend, doFetchLedgerObject).WillOnce(testing::Return(feeBlob));
// check the function response
// Information about the ledgers on hand and current fee schedule. This