Skip to content

Commit

Permalink
do not modify unbonding time
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Feb 27, 2024
1 parent 45f7059 commit d73ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_mainnet_genesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
voting_period='60s')

# Make redelegations faster
gentink.add_task(gentink.set_unbonding_time,
unbonding_time='1s')
# gentink.add_task(gentink.set_unbonding_time,
# unbonding_time='1s')

gentink.run_tasks()

0 comments on commit d73ec8a

Please sign in to comment.