Skip to content

Commit

Permalink
Increase the amount of coins to at least 200
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
Andres Correa Casablanca committed May 28, 2019
1 parent c913e80 commit 51e3076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/forking_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ def setup_nodes(self):
'-debugexclude=leveldb',
'-mocktime=0',

f'-stakesplitthreshold={100 * UNIT}',
f'-stakecombinemaximum={100 * UNIT}',
f'-stakesplitthreshold={50 * UNIT}',
f'-stakecombinemaximum={50 * UNIT}',
f'''-customchainparams={json_dumps({
"block_time_seconds": self.block_time_seconds,
"block_stake_timestamp_interval_seconds": self.block_stake_timestamp_interval_seconds,
Expand Down

0 comments on commit 51e3076

Please sign in to comment.