mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-03 02:43:25 +00:00
sync->synchronously
This commit is contained in:
parent
7dac3c0832
commit
8ea13b4da5
@ -55,7 +55,7 @@ Deploy.prototype.deploy_contracts = function(env, cb) {
|
||||
this.deployedContracts = {};
|
||||
|
||||
if(this.blockchainConfig.deploy_synchronously)
|
||||
this.deploy_contract_list_sync(env, all_contracts, cb);
|
||||
this.deploy_contract_list_synchronously(env, all_contracts, cb);
|
||||
else
|
||||
this.deploy_contract_list(all_contracts.length, env, all_contracts, cb);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user