mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
node: update flaming fir (#3681)
* node: reduce grandpa justification period to 512 blocks * node: update flaming fir chainspec
This commit is contained in:
@@ -172,7 +172,7 @@ macro_rules! new_full {
|
||||
let config = grandpa::Config {
|
||||
// FIXME #1578 make this available through chainspec
|
||||
gossip_duration: std::time::Duration::from_millis(333),
|
||||
justification_period: 4096,
|
||||
justification_period: 512,
|
||||
name: Some(name),
|
||||
keystore: Some(service.keystore()),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user