aboutsummaryrefslogtreecommitdiffstats
path: root/lib/web3.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 16:36:39 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 16:36:39 +0800
commit1f5a6f13419415b4c05519e126eedcdf815aff7c (patch)
treede2d9551d3746ab3e4c8c38501ae0a1b6eac09d5 /lib/web3.js
parentd223ac0379c4c1f8c209e777ec9ed63384590157 (diff)
parentda4c2d530d6f9b8ba54221c6812f77766a33fed6 (diff)
downloaddexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.gz
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.bz2
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.lz
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.xz
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.tar.zst
dexon-1f5a6f13419415b4c05519e126eedcdf815aff7c.zip
Merge branch 'develop' into cpp
Conflicts: dist/ethereum.js.map dist/ethereum.min.js
Diffstat (limited to 'lib/web3.js')
-rw-r--r--lib/web3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web3.js b/lib/web3.js
index fde3cce75..7cf624c9c 100644
--- a/lib/web3.js
+++ b/lib/web3.js
@@ -145,7 +145,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' }
];
};