Browse Source

added chainspec configuration

ignazio 3 years ago
parent
commit
f3e99c709c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      node/src/chain_spec/mod.rs

+ 2 - 0
node/src/chain_spec/mod.rs

@@ -375,6 +375,8 @@ pub fn testnet_genesis(
                     current_id: 1,
                     final_id: 1,
                 },
+                max_reward_allowed: 1000,
+                min_cashout_allowed: 1,
             }
         }),
         proposals_codex: Some(ProposalsCodexConfig {