Skip to content

Commit

Permalink
chore(batching): remove unused key
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Nov 29, 2024
1 parent f062c65 commit 100951e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugins/indexing/batching/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"strconv"
"time"

// "cosmossdk.io/collections"
"cosmossdk.io/collections"
storetypes "cosmossdk.io/store/types"

Expand Down
1 change: 0 additions & 1 deletion x/batching/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ var (
ValidatorTreeEntriesKeyPrefix = collections.NewPrefix(5)
DataResultTreeEntriesKeyPrefix = collections.NewPrefix(6)
BatchSignaturesKeyPrefix = collections.NewPrefix(7)
ParamsKey = collections.NewPrefix(8)
)

0 comments on commit 100951e

Please sign in to comment.