Skip to content

Commit

Permalink
add missing hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Nov 14, 2024
1 parent de07c22 commit ad51a5a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ impl pallet_utility::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type RuntimeCall = RuntimeCall;
type PalletsOrigin = OriginCaller;
type BatchPreHook = ();
type BatchPostHook = ();
type WeightInfo = pallet_utility::weights::SubstrateWeight<Runtime>;
}

Expand Down

0 comments on commit ad51a5a

Please sign in to comment.