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
Right now, _checkOnERC3525Received is only called in _transferValue.
Should it also be called anytime a TransferValue event is emitted, e.g., in _mintValue ?
The text was updated successfully, but these errors were encountered:
Right now,
_checkOnERC3525Received
is only called in_transferValue
.Should it also be called anytime a
TransferValue
event is emitted, e.g., in_mintValue
?The text was updated successfully, but these errors were encountered: