Skip to content

Commit

Permalink
Fix missing runtime event assoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
niksaak authored and Moliholy committed Mar 18, 2024
1 parent 5b2ff2e commit 584abfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ impl pallet_marketplace::Config for Runtime {
}

impl pallet_multibatching::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type RuntimeCall = RuntimeCall;
type Signature = Signature;
type Signer = <Signature as Verify>::Signer;
Expand Down

0 comments on commit 584abfd

Please sign in to comment.