mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 19:48:13 +00:00
improved comment
This commit is contained in:
parent
d9ce08e49e
commit
1d3d727f31
@ -145,7 +145,7 @@ Filter.prototype.watch = function (callback) {
|
|||||||
|
|
||||||
Filter.prototype.stopWatching = function () {
|
Filter.prototype.stopWatching = function () {
|
||||||
RequestManager.getInstance().stopPolling(this.filterId);
|
RequestManager.getInstance().stopPolling(this.filterId);
|
||||||
// remove async
|
// remove filter async
|
||||||
this.implementation.uninstallFilter(this.filterId, function(){});
|
this.implementation.uninstallFilter(this.filterId, function(){});
|
||||||
this.callbacks = [];
|
this.callbacks = [];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user