fixed messages
This commit is contained in:
parent
2e988bee9e
commit
714ef1ce49
@ -346,7 +346,7 @@ Node.prototype.setWatches = function()
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.chainWatch = web3.eth.watch('chain');
|
this.chainWatch = web3.eth.watch('chain');
|
||||||
this.chainWatch.message(function(log) {
|
this.chainWatch.messages(function(log) {
|
||||||
console.log('block changed');
|
console.log('block changed');
|
||||||
self.update();
|
self.update();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user