aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/whisper.go
diff options
context:
space:
mode:
authorBas van Kervel <basvankervel@gmail.com>2017-06-21 16:32:36 +0800
committerBas van Kervel <basvankervel@gmail.com>2017-06-21 16:32:36 +0800
commit4a1d516d78f61937d850c6622bc26955b5103a23 (patch)
tree43146430e1f427bce080c5a271167e4837e6e47b /whisper/whisperv5/whisper.go
parentb6b0e0019810dd5fad992891c5db051b8603292d (diff)
downloaddexon-4a1d516d78f61937d850c6622bc26955b5103a23.tar
dexon-4a1d516d78f61937d850c6622bc26955b5103a23.tar.gz
dexon-4a1d516d78f61937d850c6622bc26955b5103a23.tar.bz2
dexon-4a1d516d78f61937d850c6622bc26955b5103a23.tar.lz
dexon-4a1d516d78f61937d850c6622bc26955b5103a23.tar.xz
dexon-4a1d516d78f61937d850c6622bc26955b5103a23.tar.zst
dexon-4a1d516d78f61937d850c6622bc26955b5103a23.zip
whisper: renamed errors
Diffstat (limited to 'whisper/whisperv5/whisper.go')
-rw-r--r--whisper/whisperv5/whisper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisperv5/whisper.go b/whisper/whisperv5/whisper.go
index 83a408dfc..1e10b1d76 100644
--- a/whisper/whisperv5/whisper.go
+++ b/whisper/whisperv5/whisper.go
@@ -112,7 +112,7 @@ func New(cfg *Config) *Whisper {
if cfg == nil {
cfg = &DefaultConfig
}
-
+
whisper := &Whisper{
privateKeys: make(map[string]*ecdsa.PrivateKey),
symKeys: make(map[string][]byte),