Explorar el Código

added chainspec configuration

ignazio hace 3 años
padre
commit
f3e99c709c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 {