aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-26 23:45:35 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-26 23:45:35 +0800
commitc595632b924e40c4fb50d168d1495c169aa00ca9 (patch)
tree7898ea950e65222229123381dee6400672e1f3ae /dist/ethereum.js
parentc5610398d54f98f3927f81f826cdb9b789d9d9f2 (diff)
downloadgo-tangerine-c595632b924e40c4fb50d168d1495c169aa00ca9.tar.gz
go-tangerine-c595632b924e40c4fb50d168d1495c169aa00ca9.tar.zst
go-tangerine-c595632b924e40c4fb50d168d1495c169aa00ca9.zip
gulp
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r--dist/ethereum.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js
index f6c0e0d1c..9c0b848c5 100644
--- a/dist/ethereum.js
+++ b/dist/ethereum.js
@@ -953,7 +953,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' }
];
};