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
Previously (for example, when #532 was reported) the txDetails would count the OP_RETURN output as any other output which meant it would set its value to 0 in tokenInfo.sendOutputs. For example
Previously (for example, when #532 was reported) the
txDetails
would count theOP_RETURN
output as any other output which meant it would set its value to 0 intokenInfo.sendOutputs
. For exampleBut the API changed in a breaking way and now OP_RETURN is not excluded. For the same example shown before it not returns:
This means that the index of the value and the index of the vout no longer match.
The text was updated successfully, but these errors were encountered: