Skip to content

Commit

Permalink
wip - fix challenge period
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed Dec 2, 2021
1 parent 15eafe9 commit b732e51
Show file tree
Hide file tree
Showing 4 changed files with 711 additions and 551 deletions.
2 changes: 2 additions & 0 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ fn testnet_genesis(
min_bonded_dhx_daily_default: TEN, // 10 DHX
min_mpower_daily: 5u128,
min_mpower_daily_default: 5u128,
challenge_period_days: 7u64,
cooling_off_period_days: 7u32,
cooling_off_period_days_remaining: vec![
(
Expand Down Expand Up @@ -1091,6 +1092,7 @@ fn mainnet_genesis(
min_bonded_dhx_daily_default: TEN, // 10 DHX
min_mpower_daily: 5u128,
min_mpower_daily_default: 5u128,
challenge_period_days: 7u64,
cooling_off_period_days: 7u32,
cooling_off_period_days_remaining: vec![
(
Expand Down
Loading

0 comments on commit b732e51

Please sign in to comment.