Skip to content

Commit 3432fff

Browse files
committed
Revert back to Ownable v4.9.5
1 parent cc335f8 commit 3432fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/examples/DeviceNFT.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contract DeviceNFT is ERC721Upgradeable, OwnableUpgradeable {
1616
uint256 public total;
1717

1818
function initialize(string memory _name, string memory _symbol) external initializer {
19-
__Ownable_init(msg.sender);
19+
__Ownable_init();
2020
__ERC721_init(_name, _symbol);
2121
uri = "";
2222
}

0 commit comments

Comments
 (0)