runtime: disable grandpa offline fallback (#390)

This commit is contained in:
André Silva
2019-08-20 14:14:28 +02:00
committed by Bastian Köcher
parent 6bcb0e57bf
commit ac672a7881
+1 -1
View File
@@ -429,7 +429,7 @@ parameter_types! {
}
impl finality_tracker::Trait for Runtime {
type OnFinalizationStalled = Grandpa;
type OnFinalizationStalled = ();
type WindowSize = WindowSize;
type ReportLatency = ReportLatency;
}