Skip to content

Commit bfaad91

Browse files
committed
Runtimes update
1 parent 5632f80 commit bfaad91

File tree

2 files changed

+2
-0
lines changed
  • polkadot/runtime

2 files changed

+2
-0
lines changed

polkadot/runtime/rococo/src/governance/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ impl pallet_conviction_voting::Config for Runtime {
4848
frame_support::traits::tokens::currency::ActiveIssuanceOf<Balances, Self::AccountId>;
4949
type Polls = Referenda;
5050
type BlockNumberProvider = System;
51+
type VotingHooks = ();
5152
}
5253

5354
parameter_types! {

polkadot/runtime/westend/src/governance/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ impl pallet_conviction_voting::Config for Runtime {
4545
frame_support::traits::tokens::currency::ActiveIssuanceOf<Balances, Self::AccountId>;
4646
type Polls = Referenda;
4747
type BlockNumberProvider = System;
48+
type VotingHooks = ();
4849
}
4950

5051
parameter_types! {

0 commit comments

Comments
 (0)