diff --git a/plugins/indexing/batching/module.go b/plugins/indexing/batching/module.go index 2a0fa2d5..e3fc8c85 100644 --- a/plugins/indexing/batching/module.go +++ b/plugins/indexing/batching/module.go @@ -6,7 +6,6 @@ import ( "strconv" "time" - // "cosmossdk.io/collections" "cosmossdk.io/collections" storetypes "cosmossdk.io/store/types" diff --git a/x/batching/types/keys.go b/x/batching/types/keys.go index ea464fd6..8427ca96 100644 --- a/x/batching/types/keys.go +++ b/x/batching/types/keys.go @@ -19,5 +19,4 @@ var ( ValidatorTreeEntriesKeyPrefix = collections.NewPrefix(5) DataResultTreeEntriesKeyPrefix = collections.NewPrefix(6) BatchSignaturesKeyPrefix = collections.NewPrefix(7) - ParamsKey = collections.NewPrefix(8) )