mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
rename keylet::fees -> keylet::feeSettings
This commit is contained in:
@@ -144,7 +144,7 @@ verifyFeeObject(
|
||||
Rules const& rules,
|
||||
FeeSettingsFields const& expected)
|
||||
{
|
||||
auto const feeObject = ledger->read(keylet::fees());
|
||||
auto const feeObject = ledger->read(keylet::feeSettings());
|
||||
if (!feeObject)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user