mirror of https://github.com/embarklabs/embark.git
fix contact address
This commit is contained in:
parent
5e15cc7e3f
commit
c667d8ad66
|
@ -70,7 +70,7 @@ Deploy.prototype.deploy_contracts = function(env) {
|
||||||
|
|
||||||
if (chainContract != undefined) {
|
if (chainContract != undefined) {
|
||||||
console.log("contract " + className + " is unchanged and already deployed at " + chainContract.address);
|
console.log("contract " + className + " is unchanged and already deployed at " + chainContract.address);
|
||||||
this.deployedContracts[className] = contractAddress;
|
this.deployedContracts[className] = chainContract.address;
|
||||||
this.execute_cmds(contract.onDeploy);
|
this.execute_cmds(contract.onDeploy);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue