Commit f4a6470a authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #2015 from bas-vk/console-instance-name

console: fix instance name printed incorrect on start
parents 66d47ced 1ead43c8
......@@ -245,7 +245,7 @@ func (self *jsre) batch(statement string) {
func (self *jsre) welcome() {
self.re.Run(`
(function () {
console.log('instance: ' + web3.version.client);
console.log('instance: ' + web3.version.node);
console.log(' datadir: ' + admin.datadir);
console.log("coinbase: " + eth.coinbase);
var ts = 1000 * eth.getBlock(eth.blockNumber).timestamp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment