Skip to content

Commit

Permalink
Add finality tracker storage
Browse files Browse the repository at this point in the history
  • Loading branch information
badkk committed Oct 9, 2020
1 parent 3c87c9d commit b336cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ construct_runtime! {
Staking: staking::{Module, Call, Storage, Config<T>, Event<T>},
Historical: session_historical::{Module},
Session: pallet_session::{Module, Call, Storage, Event, Config<T>},
FinalityTracker: pallet_finality_tracker::{Module, Call, Inherent},
FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent},
Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned},
ImOnline: pallet_im_online::{Module, Call, Storage, Event<T>, ValidateUnsigned, Config<T>},
AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config},
Expand Down

0 comments on commit b336cc9

Please sign in to comment.