mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 06:01:02 +00:00
Make impl_outer_event! aware of required generic parameters (#729)
This commit is contained in:
@@ -144,7 +144,7 @@ mod tests {
|
||||
|
||||
impl_outer_event! {
|
||||
pub enum Event for Test {
|
||||
balances, democracy, seats, voting, motions
|
||||
balances<T>, democracy<T>, seats<T>, voting<T>, motions<T>,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -235,4 +235,4 @@ mod tests {
|
||||
pub type Council = seats::Module<Test>;
|
||||
pub type CouncilVoting = voting::Module<Test>;
|
||||
pub type CouncilMotions = motions::Module<Test>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user