Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Aug 16, 2024
1 parent 0ec0282 commit ba4f733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/vortex/interfaces/ICarbonVortex.sol
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ interface ICarbonVortex is IUpgradeable {
* @notice trades *targetToken* for *targetAmount* of *token* based on the current token price (trade by target amount)
* @notice if token == *targetToken*, trades *finalTargetToken* for amount of *targetToken* and also
* @notice resets the current token sale amount if it's below the min amount after a trade
* @notice reverts if source amount required is greater than maxInput
*/
function trade(Token token, uint128 targetAmount, uint128 maxInput) external payable;

Expand Down

0 comments on commit ba4f733

Please sign in to comment.