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
The assert statement can be false, however, if a proposal expired, we wanted to keep a record of that, and if we deleted the timestamp, then there would not be a record.
https://github.com/solidity-labs-io/safe-time-guard/blob/a70a7592226a39fb3d11c01a16ac369ff4051b52/src/Timelock.sol#L685
After cleanup on an expired operation, timestamp is still set so
The text was updated successfully, but these errors were encountered: