Skip to content

Commit 8b7c580

Browse files
ckoopmannChristian Koopmann
andauthored
feat: add exchange issuance via ZeroEx
Co-authored-by: Christian Koopmann <[email protected]>
1 parent 31e51ff commit 8b7c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/exchangeIssuance/ExchangeIssuanceZeroEx.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ contract ExchangeIssuanceZeroEx is Ownable, ReentrancyGuard {
6565
);
6666

6767
event ExchangeRedeem(
68-
address indexed _recipient, // The recipient address which redeemed the SetTokens
68+
address indexed _recipient, // The recipient adress of the output tokens obtained for redemption
6969
ISetToken indexed _setToken, // The redeemed SetToken
7070
IERC20 indexed _outputToken, // The address of output asset(ERC20/ETH) received by the recipient
7171
uint256 _amountSetRedeemed, // The amount of SetTokens redeemed for output tokens

0 commit comments

Comments
 (0)