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
However, getOperations returns the operations array containing only one Transfer Asset operation, usually the one that is processed last by the addOperations helper.
The text was updated successfully, but these errors were encountered:
arboleya
changed the title
Make getOperations consider multiple Transfer Asset operations in the same TX
Make getOperations consider multiple Transfer AssetJan 12, 2024
We must consider multiple
Transfer Asset
operations in the same TX.There is a bug in how the
getOperations
function is assemblingTransfer Asset
operations for processed TXs:Consider the following Transaction that simply transfers coins from 2 assets to 2 different wallets:
This transaction should generate 2
Transfer Asset
operations, one for each receiver.e.g.
However,
getOperations
returns the operations array containing only oneTransfer Asset
operation, usually the one that is processed last by theaddOperations
helper.The text was updated successfully, but these errors were encountered: