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 41d1f60 commit de07c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,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 de07c22

Please sign in to comment.