Merge pull request #104 from cubedro/develop

Changed eth.filter from pending to chain
This commit is contained in:
Marian OANCΞA 2015-05-04 19:09:23 +03:00
commit b746bcc950

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) {