config.address -> config.account.address
This commit is contained in:
parent
2526ba47fd
commit
03c7f25219
|
@ -88,8 +88,8 @@ Blockchain.prototype.run_command = function(address, use_tmp) {
|
|||
Blockchain.prototype.get_address = function() {
|
||||
var config = this.config;
|
||||
|
||||
if(config.address)
|
||||
return this.config.address;
|
||||
if(config.account.address)
|
||||
return config.account.address;
|
||||
|
||||
var address = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue