mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
runtime: disable grandpa offline fallback (#390)
This commit is contained in:
committed by
Bastian Köcher
parent
6bcb0e57bf
commit
ac672a7881
@@ -429,7 +429,7 @@ parameter_types! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl finality_tracker::Trait for Runtime {
|
impl finality_tracker::Trait for Runtime {
|
||||||
type OnFinalizationStalled = Grandpa;
|
type OnFinalizationStalled = ();
|
||||||
type WindowSize = WindowSize;
|
type WindowSize = WindowSize;
|
||||||
type ReportLatency = ReportLatency;
|
type ReportLatency = ReportLatency;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user