Skip to content

Commit

Permalink
lint after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Sep 10, 2023
1 parent 57352ac commit a50ddc8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cmd/appstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ func (a *appState) updatePathConfig(
}

func (a *appState) useKey(chainName, key string) error {

chain, exists := a.config.Chains[chainName]
if !exists {
return fmt.Errorf("chain %s not found in config", chainName)
Expand Down
1 change: 0 additions & 1 deletion cmd/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func keysCmd(a *appState) *cobra.Command {
}

func keysUseCmd(a *appState) *cobra.Command {

cmd := &cobra.Command{
Use: "use chain_name key_name",
Aliases: []string{"u"},
Expand Down
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"os"

"github.com/cosmos/go-bip39"
"github.com/cosmos/relayer/v2/relayer/provider"

ckeys "github.com/cosmos/cosmos-sdk/client/keys"
"github.com/cosmos/cosmos-sdk/crypto/hd"
Expand All @@ -15,6 +14,7 @@ import (
"github.com/cosmos/relayer/v2/relayer/chains/cosmos/keys/sr25519"
"github.com/cosmos/relayer/v2/relayer/codecs/ethermint"
"github.com/cosmos/relayer/v2/relayer/codecs/injective"
"github.com/cosmos/relayer/v2/relayer/provider"
)

const ethereumCoinType = uint32(60)
Expand Down

0 comments on commit a50ddc8

Please sign in to comment.