-
Notifications
You must be signed in to change notification settings - Fork 644
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
fix: pairing cost formula #659
Conversation
Posting this here for awareness #658 (comment).
|
@rakita our test case was an out-of-gas case, but with A summary of how the bug was identified^ |
Yep, it is a bug, and a nice find! But at first look, it looked a lot more serious (like everything is going to break, wrong gas calculation etc.) so I just wanted to add what impact is. |
* fix pairing cost formula bug * chore: fmt --------- Co-authored-by: Rohit Narurkar <rohit.narurkar@protonmail.com>
* fix pairing cost formula bug * chore: fmt --------- Co-authored-by: Rohit Narurkar <rohit.narurkar@protonmail.com>
This pr fixes the #658.