Skip to content

Commit

Permalink
Blank public key field
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed May 20, 2019
1 parent 039f9ca commit 58edd09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/shhext/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ func (api *PublicAPI) SendDirectMessage(ctx context.Context, msg chat.SendDirect
api.log.Info("GETTING SYM KEY", "symkey", api.service.GetSymKeyID(topic))

whisperMessage.SymKeyID = api.service.GetSymKeyID(topic)
whisperMessage.PublicKey = nil
}

api.log.Info("WHISPER MESSAGE", "message", whisperMessage)
Expand Down

0 comments on commit 58edd09

Please sign in to comment.