add deprecated tag

This commit is contained in:
dextracker
2023-04-05 14:32:41 -04:00
parent b67ec9548a
commit 16039a7193

View File

@@ -119,7 +119,9 @@ contract FillQuoteTransformer is Transformer {
/// @dev Intermediate state variables to get around stack limits.
struct FillState {
uint256 ethRemaining;
/// deprecated
uint256 boughtAmount;
/// deprecated
uint256 soldAmount;
uint256 protocolFee;
uint256 takerTokenBalanceRemaining;