added verbosity flag
This commit is contained in:
parent
1ef0877d28
commit
9f62909dca
@ -4,5 +4,5 @@ if [ -f /usr/bin/ethereum ]
|
|||||||
then
|
then
|
||||||
ethereum -rpc true
|
ethereum -rpc true
|
||||||
else
|
else
|
||||||
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -j
|
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j
|
||||||
fi
|
fi
|
@ -340,7 +340,7 @@ Node.prototype.setWatches = function()
|
|||||||
|
|
||||||
// this.pendingWatch = web3.eth.filter('pending');
|
// this.pendingWatch = web3.eth.filter('pending');
|
||||||
// this.pendingWatch.watch( function(log) {
|
// this.pendingWatch.watch( function(log) {
|
||||||
// console.log(log);
|
// console.log(log);
|
||||||
// // console.log(self.pendingWatch.get());
|
// // console.log(self.pendingWatch.get());
|
||||||
// // console.log('pending changed');
|
// // console.log('pending changed');
|
||||||
// // self.stats.pending = parseInt(log.number);
|
// // self.stats.pending = parseInt(log.number);
|
||||||
|
Loading…
Reference in New Issue
Block a user