whisper: renamed errors

This commit is contained in:
Bas van Kervel
2017-06-21 10:32:36 +02:00
parent b6b0e00198
commit 4a1d516d78
3 changed files with 25 additions and 25 deletions

View File

@@ -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),