From 20cd8a75e97109cfd8e79dce6684b30e102f9ea2 Mon Sep 17 00:00:00 2001 From: ylsGit Date: Wed, 10 Jul 2024 16:16:50 +0800 Subject: [PATCH] Update sigverify_test.go --- libs/cosmos-sdk/x/auth/ante/sigverify_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cosmos-sdk/x/auth/ante/sigverify_test.go b/libs/cosmos-sdk/x/auth/ante/sigverify_test.go index d7247f83d2..005086c7e0 100644 --- a/libs/cosmos-sdk/x/auth/ante/sigverify_test.go +++ b/libs/cosmos-sdk/x/auth/ante/sigverify_test.go @@ -2,8 +2,8 @@ package ante_test import ( "fmt" - "github.com/spf13/viper" "github.com/stretchr/testify/assert" + "github.com/spf13/viper" "testing" "github.com/okex/exchain/libs/tendermint/crypto"