Skip to content

Commit

Permalink
Remove note about event access in ERC1967Utils.sol (#4861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabnock01 authored Jan 29, 2024
1 parent b5a7f97 commit 7439664
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/proxy/ERC1967/ERC1967Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {StorageSlot} from "../../utils/StorageSlot.sol";
* https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] slots.
*/
library ERC1967Utils {
// We re-declare ERC-1967 events here because they can't be used directly from IERC1967.
// This will be fixed in Solidity 0.8.21. At that point we should remove these events.
/**
* @dev Emitted when the implementation is upgraded.
*/
Expand Down

0 comments on commit 7439664

Please sign in to comment.