minimal requirements lowered to two stakerers at minimum
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
f9b87d0d08
commit
aaf842f57b
@ -384,7 +384,7 @@ fn casper_staging_config_genesis() -> serde_json::Value {
|
|||||||
},
|
},
|
||||||
"staking": {
|
"staking": {
|
||||||
"validatorCount": 50,
|
"validatorCount": 50,
|
||||||
"minimumValidatorCount": 4,
|
"minimumValidatorCount": 2,
|
||||||
"stakers": initial_authorities
|
"stakers": initial_authorities
|
||||||
.iter()
|
.iter()
|
||||||
.map(|x| {
|
.map(|x| {
|
||||||
|
Loading…
Reference in New Issue
Block a user