git.delta.rocks / unique-network / refs/commits / 625c50324460

difftreelog

chore remove unused config param

Yaroslav Bolyukin2022-08-25parent: #5af3116.patch.diff
in: master

1 file changed

modifiedruntime/common/config/ethereum.rsdiffbeforeafterboth
120120
121impl 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