Skip to content

Commit

Permalink
♻️ make the verifier internal
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed Apr 2, 2024
1 parent 8a7d165 commit 67d106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/Account/SmartAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract SmartAccount is Initializable, UUPSUpgradeable, BaseAccount, SmartAccou
// ============= CONSTANTS ==============
// ======================================

address public immutable webAuthnVerifierAddress;
address internal immutable webAuthnVerifierAddress;
address internal immutable entryPointAddress;

// ======================================
Expand Down

0 comments on commit 67d106d

Please sign in to comment.