companion: Babe remove inherent (#2438)

This commit is contained in:
Guillaume Thiolliere
2021-02-16 19:43:38 +01:00
committed by GitHub
parent b28e1b4e74
commit 8734cf62b2
8 changed files with 173 additions and 150 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ construct_runtime! {
System: frame_system::{Module, Call, Storage, Config, Event<T>},
// Must be before session.
Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned},
Babe: pallet_babe::{Module, Call, Storage, Config, ValidateUnsigned},
Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent},
Indices: pallet_indices::{Module, Call, Storage, Config<T>, Event<T>},