remove unnecessary word

pull/1006/head
Rongjian Lan 6 years ago
parent 47e3bce79b
commit b28e22efec
  1. 2
      cmd/client/wallet/main.go

@ -358,7 +358,7 @@ func processBlsgenCommand() {
privateKey, fileName := blsgen.GenBlsKeyWithPassPhrase(password)
publickKey := privateKey.GetPublicKey()
fmt.Printf("Bls private key: %s\n", privateKey.SerializeToHexStr())
fmt.Printf("Bls serialized public key: %s\n", publickKey.SerializeToHexStr())
fmt.Printf("Bls public key: %s\n", publickKey.SerializeToHexStr())
fmt.Printf("File storing the ENCRYPTED private key with your passphrase: %s\n", fileName)
}

Loading…
Cancel
Save