Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Nov 20, 2024
1 parent 9196346 commit 4cef243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmd/opinitd/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"golang.org/x/sync/errgroup"

"cosmossdk.io/x/feegrant"

"github.com/cosmos/cosmos-sdk/x/authz"

"github.com/initia-labs/opinit-bots/bot"
Expand Down
6 changes: 3 additions & 3 deletions executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ To configure the Executor, fill in the values in the `~/.opinit/executor.json` f
// If the latest height stored in the db is not 0, this config is ignored.
"batch_start_height": 0,
// DisableDeleteFutureWithdrawal is the flag to disable the deletion of future withdrawal.
// when the bot is rolled back, it will delete the future withdrawals from DB.
// If it is true, it will not delete the future withdrawals.
"disable_delete_future_withdrawal": false,
// when the bot is rolled back, it will delete the future withdrawals from DB.
// If it is true, it will not delete the future withdrawals.
"disable_delete_future_withdrawal": false,
}
```

Expand Down

0 comments on commit 4cef243

Please sign in to comment.