From b22d6d19a0f7b048fe79f53a99f2053dd4b7891a Mon Sep 17 00:00:00 2001 From: zhiqiangxu <652732310@qq.com> Date: Fri, 2 Aug 2024 00:08:50 +0800 Subject: [PATCH] fix comment (#11303) --- packages/contracts-bedrock/scripts/deploy/Deploy.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts-bedrock/scripts/deploy/Deploy.s.sol b/packages/contracts-bedrock/scripts/deploy/Deploy.s.sol index f42f8ed3ed38..19816f94aa0c 100644 --- a/packages/contracts-bedrock/scripts/deploy/Deploy.s.sol +++ b/packages/contracts-bedrock/scripts/deploy/Deploy.s.sol @@ -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({