diff --git a/crypto/keyring/base_keybase.go b/crypto/keyring/base_keybase.go index bebb9bc84d6d..861b9f9c19da 100644 --- a/crypto/keyring/base_keybase.go +++ b/crypto/keyring/base_keybase.go @@ -6,7 +6,7 @@ import ( tmcrypto "github.com/tendermint/tendermint/crypto" "github.com/tendermint/tendermint/crypto/secp256k1" - "github.com/cosmos/go-bip39" + bip39 "github.com/cosmos/go-bip39" "github.com/cosmos/cosmos-sdk/crypto" "github.com/cosmos/cosmos-sdk/crypto/keys/hd" "github.com/cosmos/cosmos-sdk/types"