iotaledger / explorer

Explore the IOTA Tangle
https://explorer.iota.org
Apache License 2.0
59 stars 19 forks source link

fix: Remove tx inputs sorting by index #1444

Closed msarcev closed 2 months ago

msarcev commented 2 months ago

Description of change

This PR introduces sorting of the INPUTs of a TX payload based on the output (that makes that input on the input side) index, which should not be done because the ordering needs to exactly match the unlocks (sorting on the output side by index is still needed).

Type of change