-
Notifications
You must be signed in to change notification settings - Fork 110
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
coupon update delegate key #604
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #604 +/- ##
==========================================
+ Coverage 90.68% 90.75% +0.07%
==========================================
Files 54 55 +1
Lines 1964 1979 +15
Branches 452 454 +2
==========================================
+ Hits 1781 1796 +15
Misses 183 183 ☔ View full report in Codecov by Sentry. |
} | ||
|
||
/** | ||
* @notice Redeems a coupon to burn tokens |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be updated
); | ||
|
||
/** | ||
* @notice Configures the Adapter with the coupon signer address and token to burn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Global comment - can you go through and update the comments?
Proposed Changes