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
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
In usual cases, there are two transaction we need to send to use multisender.
The first one is to approve tokens for multisender contract and the second one is to actually do the transfer.
However, cases can happen where chain organization happens when approve transaction is reverted, but multisender has already make user send the second transfer transaction at this time, which will definitely fail because tokens are not approved.
This will cause users to lose transaction fee for transaction failure.
The text was updated successfully, but these errors were encountered:
In usual cases, there are two transaction we need to send to use multisender.
The first one is to approve tokens for multisender contract and the second one is to actually do the transfer.
However, cases can happen where chain organization happens when approve transaction is reverted, but multisender has already make user send the second transfer transaction at this time, which will definitely fail because tokens are not approved.
This will cause users to lose transaction fee for transaction failure.
The text was updated successfully, but these errors were encountered: