mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 03:01:02 +00:00
Make grandpa export its calls (#1153)
This commit is contained in:
committed by
Robert Habermeier
parent
11fe84a742
commit
41aec063df
BIN
Binary file not shown.
@@ -232,7 +232,7 @@ construct_runtime!(
|
|||||||
CouncilVoting: council_voting,
|
CouncilVoting: council_voting,
|
||||||
CouncilMotions: council_motions::{Module, Call, Storage, Event<T>, Origin},
|
CouncilMotions: council_motions::{Module, Call, Storage, Event<T>, Origin},
|
||||||
CouncilSeats: council_seats::{Config<T>},
|
CouncilSeats: council_seats::{Config<T>},
|
||||||
Grandpa: grandpa::{Module, Storage, Config<T>, Log(), Event<T>},
|
Grandpa: grandpa::{Module, Call, Storage, Config<T>, Log(), Event<T>},
|
||||||
Treasury: treasury,
|
Treasury: treasury,
|
||||||
Contract: contract::{Module, Call, Config<T>, Event<T>},
|
Contract: contract::{Module, Call, Config<T>, Event<T>},
|
||||||
UpgradeKey: upgrade_key,
|
UpgradeKey: upgrade_key,
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user