mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-14 08:28:03 -05:00
misc: Added missing virtual specifier.
This commit is contained in:
@@ -84,7 +84,7 @@ abstract contract LensNFTBase is ERC721Enumerable, ILensNFTBase {
|
||||
address operator,
|
||||
bool approved,
|
||||
DataTypes.EIP712Signature calldata sig
|
||||
) external override {
|
||||
) external virtual override {
|
||||
if (operator == address(0)) revert Errors.ZeroSpender();
|
||||
unchecked {
|
||||
_validateRecoveredAddress(
|
||||
|
||||
Reference in New Issue
Block a user