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
In this line (https://github.com/CirclesUBI/circles-core/blob/main/src/utils.js#L800) a token among the CRC tokens the sender holds is used to compensate the relayer. However, this same token might be necessary for fulfilling the transfer steps in the HubTransfer. This issue is only relevant for HubTransfers and not for the rest of operations (trust, addOwner, etc.).
explore: if we transfer all the balance of a token that was supposed to be used for paying the relayer for the tx gas, would it generate an error?
The text was updated successfully, but these errors were encountered:
llunaCreixent
changed the title
Check if there's a conflict with the CRC token used to pay the relayer for the tx
Conflict with the CRC token used to compensate the relayer for the tx type HubTransfer
Sep 26, 2023
In this line (https://github.com/CirclesUBI/circles-core/blob/main/src/utils.js#L800) a token among the CRC tokens the sender holds is used to compensate the relayer. However, this same token might be necessary for fulfilling the transfer steps in the HubTransfer. This issue is only relevant for HubTransfers and not for the rest of operations (trust, addOwner, etc.).
explore: if we transfer all the balance of a token that was supposed to be used for paying the relayer for the tx gas, would it generate an error?
The text was updated successfully, but these errors were encountered: