Skip to content

Commit

Permalink
chore: modify create function visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed Jul 31, 2024
1 parent 1d9eac1 commit 32014dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/AccountFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ contract AccountFactory is Ownable {
}

function createAccountWithFallbackValidation(address owner, uint256 salt)
public
external
returns (UpgradeableModularAccount)
{
// The entityId for fallback validations is hardcoded at the maximum value.
Expand Down

0 comments on commit 32014dd

Please sign in to comment.