Skip to content

Commit

Permalink
feat(@embark/whister): Add signature and recipient public key to whis…
Browse files Browse the repository at this point in the history
…per envelope
  • Loading branch information
richard-ramos authored and iurimatias committed Nov 21, 2018
1 parent 0032569 commit 46e351e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/modules/whisper/js/communicationFunctions.js
Expand Up @@ -83,6 +83,8 @@ function listenTo(options, callback) {
data = {
topic: toAscii(result.topic),
data: payload,
sig: result.sig,
recipientPublicKey: result.recipientPublicKey,
//from: result.from,
time: result.timestamp
};
Expand Down

0 comments on commit 46e351e

Please sign in to comment.