Skip to content

Commit

Permalink
docs: delete a comment that is no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiZaitsevCW committed Aug 29, 2024
1 parent d6fc8f6 commit 18872d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/base/ERC20Freezable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ abstract contract ERC20Freezable is ERC20Base, IERC20Freezable {

/**
* @notice Throws if called by any account other than the freezer
* @dev Temporarily all blocklisters are treated as freezers. Necessary for a seamless transition to the new logic
*/
modifier onlyFreezer() {
if (!_freezers[_msgSender()]) {
Expand Down

0 comments on commit 18872d6

Please sign in to comment.