From b8bbb4150ad830369113f0468530786c0b5a3bfa Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 4 May 2015 19:09:05 +0300 Subject: [PATCH] changed eth.filter from pending to chain --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index 8e8c202..bff0496 100644 --- a/lib/node.js +++ b/lib/node.js @@ -519,7 +519,7 @@ Node.prototype.setWatches = function() var self = this; try { - this.pendingFilter = web3.eth.filter('pending'); + this.pendingFilter = web3.eth.filter('chain'); this.pendingFilter.watch( function (log) { if(PENDING_WORKS) {