Skip to content

Commit

Permalink
Merge pull request #39 from hyphacoop/remove-unbonding
Browse files Browse the repository at this point in the history
do not modify unbonding time
  • Loading branch information
dasanchez authored Feb 29, 2024
2 parents 45f7059 + d73ec8a commit 0cbc640
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 0cbc640

Please sign in to comment.