Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Jun 5, 2015
1 parent d9ce08e commit 1d3d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web3/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
};
Expand Down

0 comments on commit 1d3d727

Please sign in to comment.