mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
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:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user