Skip to content

Commit 6d04bb7

Browse files
fix lint
1 parent e2a6ae3 commit 6d04bb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/account_retriever.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package client
22

33
import (
44
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
5-
"github.com/cosmos/cosmos-sdk/types"
65
sdk "github.com/cosmos/cosmos-sdk/types"
76
)
87

@@ -18,7 +17,7 @@ type mockAccount struct {
1817
addr []byte
1918
}
2019

21-
func (m mockAccount) GetAddress() types.AccAddress {
20+
func (m mockAccount) GetAddress() sdk.AccAddress {
2221
return m.addr
2322
}
2423

0 commit comments

Comments
 (0)