Skip to content

Commit

Permalink
Update modules/passkey/contracts/SafeWebAuthnSignerFactory.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
  • Loading branch information
akshay-ap and nlordell authored Apr 23, 2024
1 parent c154ec4 commit 1aee6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/passkey/contracts/SafeWebAuthnSignerFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract SafeWebAuthnSignerFactory is ISafeSignerFactory {
) external view override returns (bytes4 /*magicValue*/) {
address singleton = address(SINGLETON);
bytes memory data = abi.encodePacked(
abi.encodeWithSignature("isValidSignature(bytes32,bytes)", message, signature),
abi.encodeCall(SINGLETON.isValidSignature, (message, signature)),
x,
y,
verifiers
Expand Down

0 comments on commit 1aee6ee

Please sign in to comment.