ProjectOpenSea / operator-filter-registry

MIT License
312 stars 93 forks source link

How to treat about owner() ? #70

Open MejikaAkira opened 1 year ago

MejikaAkira commented 1 year ago

When I try to inherit , below message pop-up. Shoud I just delete "function owner()" at UpdatableOperatorFiltere.sol ?

Note: Definition in "Ownable": --> @openzeppelin/contracts/access/Ownable.sol:43:5: 43 function owner() public view virtual returns (address) { ^ (Relevant source part starts here and spans across multiple lines). Note: Definition in "UpdatableOperatorFilterer": --> contracts/RevokableOperatorFilterRegistry/UpdatableOperatorFilterer.sol:72:5:
72 function owner() public view virtual returns (address);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DaWe35 commented 1 year ago

Hi, OS devs are enjoying cocktails on the beach for a month, but I'm sure when they came back they won't be able to review your issue since there is nothing to review. Could you please share the source code of your contract and probably the version of the libraries you use?