From 2f68c4166d61b71d75ead1ce6a2813d765d35811 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 12 May 2020 19:12:26 +0200 Subject: [PATCH] fix import to sdk (#6201) --- types/bech32/bech32_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/bech32/bech32_test.go b/types/bech32/bech32_test.go index 16969d2b25..ba2beb7832 100644 --- a/types/bech32/bech32_test.go +++ b/types/bech32/bech32_test.go @@ -6,7 +6,8 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/tendermint/tendermint/libs/bech32" + + "github.com/cosmos/cosmos-sdk/types/bech32" ) func TestEncodeAndDecode(t *testing.T) {