node: update flaming fir (#3508)

* node: reduce block time to 3s and add primary probability constant

* node: update flaming fir chain spec

* node: fix integration test
This commit is contained in:
André Silva
2019-08-28 18:03:54 +01:00
committed by GitHub
parent cc62ee60fe
commit 523c7f681e
4 changed files with 86 additions and 78 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ impl_runtime_apis! {
babe_primitives::BabeConfiguration {
median_required_blocks: 1000,
slot_duration: Babe::slot_duration(),
c: (278, 1000),
c: PRIMARY_PROBABILITY,
}
}