Skip to content

Commit

Permalink
📚 Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 27, 2023
1 parent 8f7e7cd commit c2e90d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Account.sol
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ contract Account is IAccount, Auth, OpsReady {
_cancelConditionalOrder({_conditionalOrderId: orderId});
}
} else if (commandIndex == 16) {
/// @dev command indices 14 and 15 have already been checked
// Command.PERPS_V2_SET_MIN_KEEPER_FEE
if (!PERPS_V2_DYNAMIC_FEES_MODULE.setMinKeeperFee()) {
revert SetMinKeeperFeeFailed();
Expand Down

0 comments on commit c2e90d9

Please sign in to comment.