From 100951ea19a44b5ce4d904c46e4936357fef0b25 Mon Sep 17 00:00:00 2001 From: hacheigriega Date: Fri, 29 Nov 2024 07:15:50 -0500 Subject: [PATCH] chore(batching): remove unused key --- plugins/indexing/batching/module.go | 1 - x/batching/types/keys.go | 1 - 2 files changed, 2 deletions(-) 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) )