Skip to content

Commit

Permalink
fix: webauthnvalidator returndata
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Feb 29, 2024
1 parent 79397f6 commit 3131732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/WebauthnValidator/WebauthnValidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contract WebAuthnValidator is ERC7579ValidatorBase {
Q
);

return _packValidationData(!isValidSignature, 0, type(uint48).max);
return _packValidationData(!isValidSignature, type(uint48).max, 0);
}

function isValidSignatureWithSender(
Expand Down

0 comments on commit 3131732

Please sign in to comment.