Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fv/specs/AccessManager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ rule getRoleGrantDelayChangeCall(uint64 roleId) {
delayEffectBefore != delayEffectAfter
) => (
(
// ... it was the consequence of a call to setTargetAdminDelay
// ... it was the consequence of a call to setGrantDelay
f.selector == sig:setGrantDelay(uint64,uint32).selector
) && (
// ... delay cannot decrease instantly
Expand Down
Loading