commit
3ded24f9a1
@ -346,7 +346,7 @@ Node.prototype.setWatches = function()
|
||||
});
|
||||
|
||||
this.chainWatch = web3.eth.watch('chain');
|
||||
this.chainWatch.changed(function(log) {
|
||||
this.chainWatch.messages(function(log) {
|
||||
console.log('block changed');
|
||||
self.update();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user