Skip to content

Commit

Permalink
genesis config: start with PoS instead of PoA
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Mar 25, 2024
1 parent fff9f89 commit e5f66ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ pub fn testnet_genesis(
minimum_validator_count: initial_authorities.len().min(4) as u32,
invulnerables: initial_authorities.iter().map(|x| x.0.clone()).collect(),
slash_reward_fraction: Perbill::from_percent(10),
force_era: Forcing::ForceNone,
force_era: Forcing::NotForcing,
stakers,
min_nominator_bond: GENESIS_MIN_NOMINATOR_BOND,
min_validator_bond: GENESIS_MIN_VALIDATOR_BOND,
Expand Down

0 comments on commit e5f66ea

Please sign in to comment.