Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Jul 15, 2024
1 parent a4ec1a8 commit adfe7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/20240516-revoke-roles/02_Revoke_Roles.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ contract Migration__01_Revoke_Roles is Migration {
// Duke will do this manually
// Ownable(loadContract(Contract.OwnedMulticaller.key())).transferOwnership(multisig);
console.log(
"Duke will renounce his owner role of contract:",
"Duke will transfer to multisig his owner role of contract:",
vm.getLabel(loadContract(Contract.OwnedMulticaller.key())),
"manually"
);
// Ownable(loadContract(Contract.RNSReverseRegistrar.key())).transferOwnership(multisig);
console.log(
"Duke will renounce his owner role of contract:",
"Duke will transfer to multisig his owner role of contract:",
vm.getLabel(loadContract(Contract.RNSReverseRegistrar.key())),
"manually"
);
Expand Down

0 comments on commit adfe7b4

Please sign in to comment.