mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
Democracy module events (#697)
* Democracy module events * Fix demo runtime * Fix * Extra event in balances * Missing event * Fix test * Fix council * Fix test
This commit is contained in:
@@ -148,6 +148,7 @@ pub type Staking = staking::Module<Runtime>;
|
||||
|
||||
impl democracy::Trait for Runtime {
|
||||
type Proposal = Call;
|
||||
type Event = Event;
|
||||
}
|
||||
|
||||
/// Democracy module for this concrete runtime.
|
||||
@@ -162,7 +163,7 @@ pub type CouncilVoting = council::voting::Module<Runtime>;
|
||||
|
||||
impl_outer_event! {
|
||||
pub enum Event for Runtime {
|
||||
balances, session, staking
|
||||
balances, session, staking, democracy
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user