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 result of txDetails includes tokenInfo.sendOutputs : string[]. Its cardinality should be smaller or equal to the number of outputs in the transaction and each value should be the number of tokens sent to each output in order, that is, a decoding of the OP_RETURN. This is not the case in at least one instance.
The result of
txDetails
includestokenInfo.sendOutputs : string[]
. Its cardinality should be smaller or equal to the number of outputs in the transaction and each value should be the number of tokens sent to each output in order, that is, a decoding of theOP_RETURN
. This is not the case in at least one instance.Reproduce
Expected
Actual
Unexpected value marked with
<<
.The text was updated successfully, but these errors were encountered: