mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-04 11:24:22 +00:00
use account if expliciitly set in config
This commit is contained in:
parent
8539ff241f
commit
2526ba47fd
@ -87,6 +87,10 @@ Blockchain.prototype.run_command = function(address, use_tmp) {
|
||||
|
||||
Blockchain.prototype.get_address = function() {
|
||||
var config = this.config;
|
||||
|
||||
if(config.address)
|
||||
return this.config.address;
|
||||
|
||||
var address = null;
|
||||
|
||||
if (config.account.init) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user