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
The allowance module will not revert when transfer-ing a token that returns false instead of reverting on failed a transfer. This means that for some tokens, the module won't correctly revert with Could not execute token transfer on failed transfers.
Expected Behaviour
Transferring a token where transfer returns false but does not revert should cause the allowance module to revert as well. Additionally, calling transfer on an address without code should potentially revert as well.
The text was updated successfully, but these errors were encountered:
Description
The allowance module will not revert when
transfer
-ing a token that returnsfalse
instead of reverting on failed a transfer. This means that for some tokens, the module won't correctly revert withCould not execute token transfer
on failed transfers.Expected Behaviour
Transferring a token where
transfer
returnsfalse
but does not revert should cause the allowance module to revert as well. Additionally, callingtransfer
on an address without code should potentially revert as well.The text was updated successfully, but these errors were encountered: