Skip to content

Commit

Permalink
Add missing RuntimeEvent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jan 20, 2023
1 parent 674cffa commit d8fd0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/runtime/common/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ macro_rules! misc_pallet_impls {
}

impl pallet_transaction_payment::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type Currency = Balances;
type OnChargeTransaction =
pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
Expand Down

0 comments on commit d8fd0cb

Please sign in to comment.