aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r--dist/ethereum.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js
index 817b55852..0f30280f9 100644
--- a/dist/ethereum.js
+++ b/dist/ethereum.js
@@ -590,6 +590,9 @@ var Filter = function(options, impl) {
Filter.prototype.arrived = function(callback) {
this.changed(callback);
};
+Filter.prototype.happened = function(callback) {
+ this.changed(callback);
+};
/// gets called when there is new eth/shh message
Filter.prototype.changed = function(callback) {