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
Also returns <a href="/tx/:hash:">Found</a>. even if the output is not spent.
The text was updated successfully, but these errors were encountered:
ynohtna92
changed the title
Spending URL falsely showing found if the output is not spent but another in the utxo is
Spending URL falsely showing found if the output is not spent but another output in the tx is
Feb 3, 2024
The spending URL will falsely showing
Found
even if the output is not spent but another one is of the same tx.Not sure if this is intentional but it is misleading when using the /:vout: on the url.
Scenario
I have a tx with 4 utxos, 0, 1 and 2 are spent but 3 isn't.
https://ltc1.trezor.io/spending/:hash:/1
Returns:
<a href="/tx/:hash:">Found</a>.
https://ltc1.trezor.io/spending/:hash:/3
Also returns
<a href="/tx/:hash:">Found</a>.
even if the output is not spent.The text was updated successfully, but these errors were encountered: