DefiantLabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Flip logic and change config name for reattempting failed blocks #473

Closed pharr117 closed 11 months ago

pharr117 commented 1 year ago

The current config that triggers reattempting failed blocks is:

prevent-reattempts = false

We should flip the logic and change the name so it becomes:

reattempt-failed-blocks = true
pharr117 commented 11 months ago

Implemented by #495