Commit c5610398 authored by Marek Kotewicz's avatar Marek Kotewicz

Merge branch 'master' into sync

Conflicts:
	lib/websocket.js
parents a7f4448f 063f69d5
...@@ -144,7 +144,7 @@ var shhWatchMethods = function () { ...@@ -144,7 +144,7 @@ var shhWatchMethods = function () {
return [ return [
{ name: 'newFilter', call: 'shh_newFilter' }, { name: 'newFilter', call: 'shh_newFilter' },
{ name: 'uninstallFilter', call: 'shh_uninstallFilter' }, { name: 'uninstallFilter', call: 'shh_uninstallFilter' },
{ name: 'getMessage', call: 'shh_getMessages' } { name: 'getMessages', call: 'shh_getMessages' }
]; ];
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment