mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 04:31:27 +00:00
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() {
|
Blockchain.prototype.get_address = function() {
|
||||||
var config = this.config;
|
var config = this.config;
|
||||||
|
|
||||||
if(config.address)
|
if(config.account.address)
|
||||||
return this.config.address;
|
return config.account.address;
|
||||||
|
|
||||||
var address = null;
|
var address = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user