Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Jul 23, 2024
1 parent c8b31e5 commit 05e41f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/account/AccountFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ contract AccountFactory is Ownable {
ValidationConfigLib.pack(SINGLE_SIGNER_VALIDATION, entityId, true, true),
new bytes4[](0),
pluginInstallData,
"",
""
new bytes[](0)
);
}

Expand Down

0 comments on commit 05e41f2

Please sign in to comment.