changed eth.filter from pending to chain
This commit is contained in:
parent
87c90de571
commit
b8bbb4150a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user