whisper: grammar fix

This commit is contained in:
Vlad 2017-01-15 00:39:11 +01:00
parent 2772532e10
commit b392986c5c

View file

@ -220,7 +220,7 @@ func initialize() {
func startServer() { func startServer() {
err := server.Start() err := server.Start()
if err != nil { if err != nil {
utils.Fatalf("Failed to start Whsiper peer: %s.", err) utils.Fatalf("Failed to start Whisper peer: %s.", err)
} }
fmt.Printf("my public key: %s \n", common.ToHex(crypto.FromECDSAPub(&asymKey.PublicKey))) fmt.Printf("my public key: %s \n", common.ToHex(crypto.FromECDSAPub(&asymKey.PublicKey)))