sync->synchronously
This commit is contained in:
parent
7dac3c0832
commit
8ea13b4da5
|
@ -55,7 +55,7 @@ Deploy.prototype.deploy_contracts = function(env, cb) {
|
||||||
this.deployedContracts = {};
|
this.deployedContracts = {};
|
||||||
|
|
||||||
if(this.blockchainConfig.deploy_synchronously)
|
if(this.blockchainConfig.deploy_synchronously)
|
||||||
this.deploy_contract_list_sync(env, all_contracts, cb);
|
this.deploy_contract_list_synchronously(env, all_contracts, cb);
|
||||||
else
|
else
|
||||||
this.deploy_contract_list(all_contracts.length, env, all_contracts, cb);
|
this.deploy_contract_list(all_contracts.length, env, all_contracts, cb);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue