We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a6ae3 commit 6d04bb7Copy full SHA for 6d04bb7
client/account_retriever.go
@@ -2,7 +2,6 @@ package client
2
3
import (
4
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
5
- "github.com/cosmos/cosmos-sdk/types"
6
sdk "github.com/cosmos/cosmos-sdk/types"
7
)
8
@@ -18,7 +17,7 @@ type mockAccount struct {
18
17
addr []byte
19
}
20
21
-func (m mockAccount) GetAddress() types.AccAddress {
+func (m mockAccount) GetAddress() sdk.AccAddress {
22
return m.addr
23
24
0 commit comments