Skip to content

Commit c667d8a

Browse files
committed
fix contact address
1 parent 5e15cc7 commit c667d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Deploy.prototype.deploy_contracts = function(env) {
7070

7171
if (chainContract != undefined) {
7272
console.log("contract " + className + " is unchanged and already deployed at " + chainContract.address);
73-
this.deployedContracts[className] = contractAddress;
73+
this.deployedContracts[className] = chainContract.address;
7474
this.execute_cmds(contract.onDeploy);
7575
}
7676
else {

0 commit comments

Comments
 (0)