Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze committed Jan 15, 2021
1 parent a6cc003 commit 02ea658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmd/ethermintd/genaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ contain valid denominations. Accounts may optionally be supplied with vesting pa
return err
}

// TODO: fix error, keyring.Info
info, err := kr.Key(args[0])
if err != nil {
return fmt.Errorf("failed to get address from Keyring: %w", err)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/pseudomuto/protoc-gen-doc v1.3.2 // indirect
github.com/regen-network/cosmos-proto v0.3.0
github.com/rs/zerolog v1.20.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
Expand Down

0 comments on commit 02ea658

Please sign in to comment.