mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
whisper: grammar fix
This commit is contained in:
parent
2772532e10
commit
b392986c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ func initialize() {
|
|||
func startServer() {
|
||||
err := server.Start()
|
||||
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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue