From 625c503244604a7119068d47ceeace05318d250e Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Thu, 25 Aug 2022 13:30:05 +0000 Subject: [PATCH] chore: remove unused config param --- --- a/runtime/common/config/ethereum.rs +++ b/runtime/common/config/ethereum.rs @@ -120,5 +120,4 @@ impl pallet_evm_transaction_payment::Config for Runtime { type EvmSponsorshipHandler = EvmSponsorshipHandler; - type Currency = Balances; } -- gitstuff