Skip to content

Commit

Permalink
shh getMessage => getMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Jan 12, 2015
1 parent 6188e64 commit 507241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web3.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var shhWatchMethods = function () {
return [
{ name: 'newFilter', call: 'shh_newFilter' },
{ name: 'uninstallFilter', call: 'shh_uninstallFilter' },
{ name: 'getMessage', call: 'shh_getMessages' }
{ name: 'getMessages', call: 'shh_getMessages' }
];
};

Expand Down

0 comments on commit 507241f

Please sign in to comment.