Skip to content

Commit 8fa1eaa

Browse files
committed
Fix log messge
1 parent 697c0dd commit 8fa1eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/0_deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async function getOrDeployRlc(
251251
await Ownable__factory.connect(rlcAddress, deployer)
252252
.transferOwnership(ownerAddress)
253253
.then((tx) => tx.wait());
254-
console.log(`Ownership of RLC token transferred to: ${deployer.address}`);
254+
console.log(`Ownership of RLC token transferred to: ${ownerAddress}`);
255255
}
256256

257257
await deployments.save('RLC', {

0 commit comments

Comments
 (0)