Skip to content

Commit

Permalink
✨ prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed May 3, 2024
1 parent 3401779 commit a065efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Account.sol
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ contract Account is IAccount, Auth, OpsReady {
execAddress: address(this),
execData: abi.encodeCall(
this.executeConditionalOrder, conditionalOrderId
),
),
moduleData: moduleData,
feeToken: ETH
});
Expand Down

0 comments on commit a065efe

Please sign in to comment.