Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Update cmd/blobstream/keys/evm/evm.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Forbes <[email protected]>
  • Loading branch information
rach-id and evan-forbes authored Nov 6, 2023
1 parent 30c2e86 commit 8d6eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blobstream/keys/evm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func ImportMnemonic(serviceName string) *cobra.Command {
cmd := cobra.Command{
Use: "mnemonic",
Args: cobra.ExactArgs(0),
Short: "import an EVM address from a 24 words BIP39 mnemonic phrase",
Short: "import an EVM private key from a 24 words BIP39 mnemonic phrase",
RunE: func(cmd *cobra.Command, args []string) error {
config, err := parseKeysConfigFlags(cmd, serviceName)
if err != nil {
Expand Down

0 comments on commit 8d6eda7

Please sign in to comment.