From b5608fc3d20e8c799dacc02a694fba4d71db5896 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 12 Apr 2025 08:42:45 -0400 Subject: [PATCH] Update dated documentation for verifySignature (B1) --- processor/ethereum/router/contracts/Router.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processor/ethereum/router/contracts/Router.sol b/processor/ethereum/router/contracts/Router.sol index 03eaac0e..7c7838cf 100644 --- a/processor/ethereum/router/contracts/Router.sol +++ b/processor/ethereum/router/contracts/Router.sol @@ -148,8 +148,8 @@ contract Router is IRouterWithoutCollisions { /** * @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 - * its nonce, and the signature solution zeroed. + * calldata should be signed with the chain ID taking the place of the signature's challenge, and + * the smart contract's nonce taking the place of the signature's response. */ /// @param key The key to verify the signature with function verifySignature(bytes32 key)