forked from cerc-io/plugeth
Fixed whisper pub key bug
* Unrecoverable messages would cause segfault when recovering invalid pub key
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ func (self *Whisper) add(envelope *Envelope) error {
|
||||
go self.postEvent(envelope)
|
||||
}
|
||||
|
||||
wlogger.DebugDetailln("added whisper message")
|
||||
wlogger.DebugDetailf("added whisper envelope %x\n", envelope)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user