Skip to content

Commit

Permalink
Update Approve2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Jul 20, 2022
1 parent 40757d4 commit 62297af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Approve2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ contract Approve2 {

// Revoke allowance each spender who is approved for all tokens.
for (uint256 i = 0; i < operators.length; ++i) {
isOperator[msg.sender][operators[i]] = true;
isOperator[msg.sender][operators[i]] = false;
}
}

Expand Down

0 comments on commit 62297af

Please sign in to comment.