Browse Source

Revised rule description to be more accurate

Thomas Adams 3 years ago
parent
commit
ca0d3363b8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      certora/specs/ERC1155Burnable.spec

+ 1 - 2
certora/specs/ERC1155Burnable.spec

@@ -4,8 +4,7 @@ methods {
 }
 
 /// If a method call reduces account balances, the caller must be either the 
-/// holder of the account or approved by the holder to act on the holder's 
-/// behalf.
+/// holder of the account or approved to act on the holder's behalf.
 rule onlyHolderOrApprovedCanReduceBalance {
     address holder; uint256 token; uint256 amount;
     uint256 balanceBefore = balanceOf(holder, token);