mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Decouple BABE from session (#3760)
This commit is contained in:
committed by
Hernando Castano
parent
99da0232ee
commit
b8e2f8f2d6
@@ -98,6 +98,7 @@ impl timestamp::Trait for Test {
|
||||
impl Trait for Test {
|
||||
type EpochDuration = EpochDuration;
|
||||
type ExpectedBlockTime = ExpectedBlockTime;
|
||||
type EpochChangeTrigger = crate::ExternalTrigger;
|
||||
}
|
||||
|
||||
pub fn new_test_ext(authorities: Vec<DummyValidatorId>) -> runtime_io::TestExternalities<Blake2Hasher> {
|
||||
|
||||
Reference in New Issue
Block a user