From a13c9a3cc9f2f56129d1854cfb7f8b4efa40d07d Mon Sep 17 00:00:00 2001 From: "jaeseung.bae" Date: Thu, 29 Feb 2024 16:47:45 +0900 Subject: [PATCH] chore: fix lint --- x/bankplus/migrations/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bankplus/migrations/v1/types.go b/x/bankplus/migrations/v1/types.go index 3cc1f53b23..4cd285e700 100644 --- a/x/bankplus/migrations/v1/types.go +++ b/x/bankplus/migrations/v1/types.go @@ -2,7 +2,7 @@ package v1 import sdk "github.com/cosmos/cosmos-sdk/types" -// Keys for bankplus store but this prefix must not be overlap with bank key prefix. +// InactiveAddrsKeyPrefix Keys for bankplus store but this prefix must not be overlap with bank key prefix. var InactiveAddrsKeyPrefix = []byte{0xa0} // InactiveAddrKey key of a specific inactiveAddr from store