mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
grandpa: set justification period to 512 blocks (#445)
This commit is contained in:
committed by
Robert Habermeier
parent
821a59ca8d
commit
ec828175d8
@@ -283,7 +283,7 @@ pub fn new_full(config: Configuration<CustomConfiguration, GenesisConfig>)
|
|||||||
let config = grandpa::Config {
|
let config = grandpa::Config {
|
||||||
// FIXME substrate#1578 make this available through chainspec
|
// FIXME substrate#1578 make this available through chainspec
|
||||||
gossip_duration: Duration::from_millis(333),
|
gossip_duration: Duration::from_millis(333),
|
||||||
justification_period: 4096,
|
justification_period: 512,
|
||||||
name: Some(name),
|
name: Some(name),
|
||||||
keystore: Some(service.keystore()),
|
keystore: Some(service.keystore()),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user