Make grandpa export its calls (#1153)

This commit is contained in:
Bastian Köcher
2018-11-22 17:13:43 +01:00
committed by Robert Habermeier
parent 11fe84a742
commit 41aec063df
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ construct_runtime!(
CouncilVoting: council_voting,
CouncilMotions: council_motions::{Module, Call, Storage, Event<T>, Origin},
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,
Contract: contract::{Module, Call, Config<T>, Event<T>},
UpgradeKey: upgrade_key,