changed eth.filter from pending to chain

This commit is contained in:
cubedro 2015-05-04 19:09:05 +03:00
parent 87c90de571
commit b8bbb4150a

View File

@ -519,7 +519,7 @@ Node.prototype.setWatches = function()
var self = this; var self = this;
try { try {
this.pendingFilter = web3.eth.filter('pending'); this.pendingFilter = web3.eth.filter('chain');
this.pendingFilter.watch( function (log) this.pendingFilter.watch( function (log)
{ {
if(PENDING_WORKS) { if(PENDING_WORKS) {