Added whisper js api
This commit is contained in:
@@ -175,7 +175,7 @@ func (self *Whisper) add(envelope *Envelope) error {
|
||||
|
||||
if !self.expiry[envelope.Expiry].Has(hash) {
|
||||
self.expiry[envelope.Expiry].Add(hash)
|
||||
self.postEvent(envelope)
|
||||
go self.postEvent(envelope)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user