Skip to content

Commit

Permalink
remove notice
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed May 29, 2024
1 parent 25eba62 commit 3909ae9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/beacon/Voucher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ contract Voucher is Initializable, IVoucher {
address _owner;
}

/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(msg.sender == owner(), "Voucher: sender is not owner");
_;
Expand Down

0 comments on commit 3909ae9

Please sign in to comment.