Skip to content

Commit

Permalink
Merge pull request #5116 from mnaamani/luxor-genesis-default-pos
Browse files Browse the repository at this point in the history
genesis config: start with PoS instead of PoA
  • Loading branch information
mnaamani committed Mar 27, 2024
2 parents fff9f89 + e5f66ea commit ab93b73
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 ab93b73

Please sign in to comment.