Skip to content

Commit e1b7411

Browse files
authored
docs: fix WebAuthn cross-reference to verify in ERC7913WebAuthnVerifier (#6065)
1 parent 7b71c14 commit e1b7411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/cryptography/verifiers/ERC7913WebAuthnVerifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {IERC7913SignatureVerifier} from "../../../interfaces/IERC7913.sol";
1313
* The key is expected to be a 64-byte concatenation of the P256 public key coordinates (qx || qy).
1414
* The signature is expected to be an abi-encoded {WebAuthn-WebAuthnAuth} struct.
1515
*
16-
* Uses {WebAuthn-verifyMinimal} for signature verification, which performs the essential
16+
* Uses {WebAuthn-verify} for signature verification, which performs the essential
1717
* WebAuthn checks: type validation, challenge matching, and cryptographic signature verification.
1818
*
1919
* NOTE: Wallets that may require default P256 validation may install a P256 verifier separately.

0 commit comments

Comments
 (0)