fix contact address

This commit is contained in:
Iuri Matias 2015-08-05 10:11:32 -04:00
parent 5e15cc7e3f
commit c667d8ad66
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Deploy.prototype.deploy_contracts = function(env) {
if (chainContract != undefined) {
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);
}
else {