Skip to content

Commit

Permalink
fix comment (ethereum-optimism#11303)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored Aug 1, 2024
1 parent 79babb8 commit b22d6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/scripts/deploy/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ contract Deploy is Deployer {

/// @notice Make a call from the Safe contract to an arbitrary address with arbitrary data
function _callViaSafe(Safe _safe, address _target, bytes memory _data) internal {
// This is the signature format used the caller is also the signer.
// This is the signature format used when the caller is also the signer.
bytes memory signature = abi.encodePacked(uint256(uint160(msg.sender)), bytes32(0), uint8(1));

_safe.execTransaction({
Expand Down

0 comments on commit b22d6d1

Please sign in to comment.