We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eafe9 commit b732e51Copy full SHA for b732e51
node/src/chain_spec.rs
@@ -947,6 +947,7 @@ fn testnet_genesis(
947
min_bonded_dhx_daily_default: TEN, // 10 DHX
948
min_mpower_daily: 5u128,
949
min_mpower_daily_default: 5u128,
950
+ challenge_period_days: 7u64,
951
cooling_off_period_days: 7u32,
952
cooling_off_period_days_remaining: vec![
953
(
@@ -1091,6 +1092,7 @@ fn mainnet_genesis(
1091
1092
1093
1094
1095
1096
1097
1098
0 commit comments