Update cmd/client/wallet/main.go

Update the comment when the private key is empty.

Co-Authored-By: Eugene Kim <ek@harmony.one>
pull/1113/head
Minh Doan 5 years ago
parent f30d3c30a2
commit ffcc451b25
  1. 2
      cmd/client/wallet/main.go

@ -583,7 +583,7 @@ func importBls() {
}
fmt.Println("We loaded the file and the loaded private key DOES match your private key!")
} else {
fmt.Println("The private key should not be empty.")
fmt.Println("Please specify the hexadecimal private key string using --key")
}
}

Loading…
Cancel
Save