From 4cef2437c1087850c0d880825a13bccd91378478 Mon Sep 17 00:00:00 2001 From: sh-cha Date: Wed, 20 Nov 2024 14:52:39 +0900 Subject: [PATCH] format --- cmd/opinitd/tx.go | 1 + executor/README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/opinitd/tx.go b/cmd/opinitd/tx.go index f1ac3c2..ebca4cc 100644 --- a/cmd/opinitd/tx.go +++ b/cmd/opinitd/tx.go @@ -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" diff --git a/executor/README.md b/executor/README.md index 8bf74b6..7dbac0f 100644 --- a/executor/README.md +++ b/executor/README.md @@ -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, } ```