Skip to content

Commit

Permalink
Include check that deauthorization takes palce
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-certora committed Mar 6, 2024
1 parent 75bc1a1 commit 0b3f12d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rule operatorDeauthorizationSetOperator {
// since the function did not revert the caller must be the owner
assert caller != operator;
assert caller == getOwnerOf(addressPrefix);
assert getOperator(e, addressPrefix, operator) == 0;
}

rule operatorDeauthorizationSetAccountOperator() {
Expand Down

0 comments on commit 0b3f12d

Please sign in to comment.