You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a valid point that the _msgSender() function should be marked as virtual to allow for easier customization and overrides in derived contracts.I suggest adding the virtual modifier to the _msgSender() function to enable this feature.
Hello,
I believe we should be able to override this function but it is not marked as
virtual
.contracts/contracts/base/ERC721Base.sol
Line 207 in 114df57
The text was updated successfully, but these errors were encountered: