Skip to content

Commit

Permalink
remove specialist role from servicer specs certora
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 21, 2024
1 parent 793cd2b commit cd55e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion certora/specs/termRepoServicer/accessRoles.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ rule onlyRoleCanCallStorage(method f, calldataarg args, env e) filtered {
|| hasRole(AUCTIONEER(),e.msg.sender)
|| hasRole(COLLATERAL_MANAGER(),e.msg.sender)
|| hasRole(DEVOPS_ROLE(),e.msg.sender)
|| hasRole(SPECIALIST_ROLE(),e.msg.sender)
|| hasRole(ROLLOVER_MANAGER(),e.msg.sender)
|| hasRole(ROLLOVER_TARGET_AUCTIONEER_ROLE(),e.msg.sender)
|| hasRole(INITIALIZER_ROLE(),e.msg.sender)
Expand Down

0 comments on commit cd55e0f

Please sign in to comment.