Update dated documentation for verifySignature (B1)

This commit is contained in:
Luke Parker
2025-04-12 08:42:45 -04:00
parent 33018bf6da
commit b5608fc3d2

View File

@@ -148,8 +148,8 @@ contract Router is IRouterWithoutCollisions {
/** /**
* @dev Verify a signature of the calldata, placed immediately after the function selector. The * @dev Verify a signature of the calldata, placed immediately after the function selector. The
* calldata should be signed with the nonce taking the place of the signature's commitment to * calldata should be signed with the chain ID taking the place of the signature's challenge, and
* its nonce, and the signature solution zeroed. * the smart contract's nonce taking the place of the signature's response.
*/ */
/// @param key The key to verify the signature with /// @param key The key to verify the signature with
function verifySignature(bytes32 key) function verifySignature(bytes32 key)