commit
161514d8b0
|
@ -87,6 +87,10 @@ 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.account.address)
|
||||||
|
return config.account.address;
|
||||||
|
|
||||||
var address = null;
|
var address = null;
|
||||||
|
|
||||||
if (config.account.init) {
|
if (config.account.init) {
|
||||||
|
|
Loading…
Reference in New Issue