difftreelog
chore remove unused config param
in: master
1 file changed
runtime/common/config/ethereum.rsdiffbeforeafterboth120120121impl pallet_evm_transaction_payment::Config for Runtime {121impl pallet_evm_transaction_payment::Config for Runtime {122 type EvmSponsorshipHandler = EvmSponsorshipHandler;122 type EvmSponsorshipHandler = EvmSponsorshipHandler;123 type Currency = Balances;124}123}125124