From 009f068169896924f69e1677ceeb28760dd31013 Mon Sep 17 00:00:00 2001 From: dreamer Date: Thu, 30 May 2024 14:56:48 +0800 Subject: [PATCH] fix error --- modules/guardian/types/msgs_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/guardian/types/msgs_test.go b/modules/guardian/types/msgs_test.go index 37d14baf9..e3f6d71b9 100644 --- a/modules/guardian/types/msgs_test.go +++ b/modules/guardian/types/msgs_test.go @@ -9,6 +9,8 @@ import ( "github.com/cometbft/cometbft/crypto" sdk "github.com/cosmos/cosmos-sdk/types" + + _ "github.com/irisnet/irishub/v3/app/params" ) // nolint: deadcode unused