Merge pull request #104 from cubedro/develop
Changed eth.filter from pending to chain
This commit is contained in:
commit
b746bcc950
@ -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