You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function claimBribes() includes a note from previous versions of the codebase which is outdated.
Function unregisterInitiative() has an inline comment that is outdated: weeks * 2^16 > u32. Registration epoch for disabled initiatives is now set to type(uint256).max.
Function getInitiativeState() has an incorrect inline comment for Unregister Condition as an initiative is unregistable at 5th epoch that would result in SKIP.
The text was updated successfully, but these errors were encountered:
Function
claimBribes()
includes a note from previous versions of the codebase which is outdated.Function
unregisterInitiative()
has an inline comment that is outdated:weeks * 2^16 > u32
. Registration epoch for disabled initiatives is now set totype(uint256).max
.Function
getInitiativeState()
has an incorrect inline comment forUnregister Condition
as an initiative is unregistable at 5th epoch that would result in SKIP.The text was updated successfully, but these errors were encountered: