mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
companion: Babe remove inherent (#2438)
This commit is contained in:
committed by
GitHub
parent
b28e1b4e74
commit
8734cf62b2
@@ -491,7 +491,7 @@ construct_runtime! {
|
||||
RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage},
|
||||
|
||||
// Must be before session.
|
||||
Babe: pallet_babe::{Module, Call, Storage, Config, Inherent},
|
||||
Babe: pallet_babe::{Module, Call, Storage, Config},
|
||||
|
||||
Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent},
|
||||
Indices: pallet_indices::{Module, Call, Storage, Config<T>, Event<T>},
|
||||
|
||||
Reference in New Issue
Block a user