-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
FaultDisputeGame.sol: make code and comment consistent #13999
base: develop
Are you sure you want to change the base?
FaultDisputeGame.sol: make code and comment consistent #13999
Conversation
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 change looks fine to me. Will defer to @ControlCplusControlV / @smartcontracts on whether we want to merge.
/ci authorize 5167067 |
Going to block this for now, we can consider merging as part of the next release, I don't want to make any logical changes (even changes that shouldn't impact logic at all) outside of the standard contract release process |
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.
Just dropping a review here to temporarily block this
But I'm in favor of including this for Upgrade 14 |
9e7a1aa
to
da5d411
Compare
/ci authorize da5d411 |
This PR makes the code more consistent with the comment:
The
disputed
part is only necessary when the move is a defense.The bytecode increases 4 bytes from:
to:
but I think the clarity is worth it.