Skip to content

Commit 7439664

Browse files
authored
Remove note about event access in ERC1967Utils.sol (#4861)
1 parent b5a7f97 commit 7439664

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/proxy/ERC1967/ERC1967Utils.sol

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import {StorageSlot} from "../../utils/StorageSlot.sol";
1212
* https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] slots.
1313
*/
1414
library ERC1967Utils {
15-
// We re-declare ERC-1967 events here because they can't be used directly from IERC1967.
16-
// This will be fixed in Solidity 0.8.21. At that point we should remove these events.
1715
/**
1816
* @dev Emitted when the implementation is upgraded.
1917
*/

0 commit comments

Comments
 (0)