Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli committed Oct 11, 2024
1 parent e2a6ae3 commit 6d04bb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/account_retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package client

import (
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/types"
sdk "github.com/cosmos/cosmos-sdk/types"
)

Expand All @@ -18,7 +17,7 @@ type mockAccount struct {
addr []byte
}

func (m mockAccount) GetAddress() types.AccAddress {
func (m mockAccount) GetAddress() sdk.AccAddress {
return m.addr
}

Expand Down

0 comments on commit 6d04bb7

Please sign in to comment.