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 committed Mar 13, 2024
1 parent 56dc0ac commit ae7109a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/devnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,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 ae7109a

Please sign in to comment.