diff options
Diffstat (limited to 'whisper/main.go')
-rw-r--r-- | whisper/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/main.go b/whisper/main.go index 3868f604f..80050d899 100644 --- a/whisper/main.go +++ b/whisper/main.go @@ -19,7 +19,7 @@ func main() { pub, sec := secp256k1.GenerateKeyPair() - whisper := whisper.New(pub, sec) + whisper := whisper.New(sec) srv := p2p.Server{ MaxPeers: 10, |