mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Merge pull request #2015 from bas-vk/console-instance-name
console: fix instance name printed incorrect on start
This commit is contained in:
commit
f4a6470a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue