We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5632f80 commit bfaad91Copy full SHA for bfaad91
polkadot/runtime/rococo/src/governance/mod.rs
@@ -48,6 +48,7 @@ impl pallet_conviction_voting::Config for Runtime {
48
frame_support::traits::tokens::currency::ActiveIssuanceOf<Balances, Self::AccountId>;
49
type Polls = Referenda;
50
type BlockNumberProvider = System;
51
+ type VotingHooks = ();
52
}
53
54
parameter_types! {
polkadot/runtime/westend/src/governance/mod.rs
@@ -45,6 +45,7 @@ impl pallet_conviction_voting::Config for Runtime {
45
46
47
0 commit comments