mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +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 () {
|
||||
RequestManager.getInstance().stopPolling(this.filterId);
|
||||
// remove async
|
||||
// remove filter async
|
||||
this.implementation.uninstallFilter(this.filterId, function(){});
|
||||
this.callbacks = [];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user