You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: contracts/SignatureValidatorManager.sol
+3-7
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ contract SignatureValidatorManager is RegistryManager, ISafeProtocolFunctionHand
98
98
* @param data Calldata containing the 4 bytes function selector, 32 bytes message hash and payload.
99
99
* Layout of data:
100
100
* 0x00 to 0x04 - 4 bytes function selector when this contract is set as a function handler in the SafeProtocolManager i.e. 0x1626ba7e
101
-
* 0x04 to 0x24 - 32 bytes hash of the signed message
101
+
* 0x04 to 0x24 - 32 bytes hash of the message used for signing
102
102
* 0x24 to end - bytes containing signatures or signatureData either one of the below:
103
103
* If first 4 bytes of signatureData are 0xb5c726cb i.e. bytes4(keccak256("Account712Signature(bytes32,bytes32,bytes)")); then it will be interpreted as follows:
0 commit comments