diff options
author | Bas van Kervel <basvankervel@gmail.com> | 2017-06-21 16:32:36 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@gmail.com> | 2017-06-21 16:32:36 +0800 |
commit | 4a1d516d78f61937d850c6622bc26955b5103a23 (patch) | |
tree | 43146430e1f427bce080c5a271167e4837e6e47b /whisper/whisperv5/whisper.go | |
parent | b6b0e0019810dd5fad992891c5db051b8603292d (diff) | |
download | dexon-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.go | 2 |
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), |