Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setSupplyQueue and setWithdrawQueue are not emitted in setCap #352

Closed
MathisGD opened this issue Dec 15, 2023 · 0 comments
Closed

setSupplyQueue and setWithdrawQueue are not emitted in setCap #352

MathisGD opened this issue Dec 15, 2023 · 0 comments

Comments

@MathisGD
Copy link
Contributor

/// @notice Emitted when the `supplyQueue` is set to `newSupplyQueue`.
event SetSupplyQueue(address indexed caller, Id[] newSupplyQueue);
/// @notice Emitted when the `withdrawQueue` is set to `newWithdrawQueue`.
event SetWithdrawQueue(address indexed caller, Id[] newWithdrawQueue);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants