added verbosity flag

This commit is contained in:
cubedro
2015-03-27 11:21:17 +02:00
parent 1ef0877d28
commit 9f62909dca
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ Node.prototype.setWatches = function()
// this.pendingWatch = web3.eth.filter('pending');
// this.pendingWatch.watch( function(log) {
// console.log(log);
// console.log(log);
// // console.log(self.pendingWatch.get());
// // console.log('pending changed');
// // self.stats.pending = parseInt(log.number);