Skip to content

Commit

Permalink
Update web3-shh.rst
Browse files Browse the repository at this point in the history
another example bug
  • Loading branch information
daoauth authored Aug 5, 2020
1 parent 10783db commit 69f5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-shh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ Example
]).then(() => {
// will receive also its own message send, below
subscription = shh.subscribe("messages", {
subscription = web3.shh.subscribe("messages", {
symKeyID: identities[0],
topics: ['0xffaadd11']
}).on('data', console.log);
Expand Down

0 comments on commit 69f5045

Please sign in to comment.