Skip to content

Commit f7feeac

Browse files
authored
Fix spelling issues (wevm#2529)
* fix spelling DeploylessUniversalSigValidator.sol * remove extra adverb verifyMessage.md * fix watchEvent.md * fix tense writeContracts.mdx * Update verifyMessage.md * Update watchEvent.md * Update writeContracts.mdx
1 parent 71a4e7a commit f7feeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/deployless/DeploylessUniversalSigValidator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract VerifySig {
3434
bytes memory _signature
3535
) public returns (bool) {
3636
bytes memory contractCode = address(_signer).code;
37-
// The order here is striclty defined in https://eips.ethereum.org/EIPS/eip-6492
37+
// The order here is strictly defined in https://eips.ethereum.org/EIPS/eip-6492
3838
// - ERC-6492 suffix check and verification first, while being permissive in case the contract is already deployed so as to not invalidate old sigs
3939
// - ERC-1271 verification if there's contract code
4040
// - finally, ecrecover

0 commit comments

Comments
 (0)