Open CodesMcCabe opened 5 years ago
Right side hashing would never occur as _index never changed from 0. Changed the conditional to index in order to map the correct index value upon iteration of multiple leaves.
_index
0
index
Also fixed a miscalculation of the txindex when decoding a utxo id
txindex
Right side hashing would never occur as
_index
never changed from0
. Changed the conditional toindex
in order to map the correct index value upon iteration of multiple leaves.Also fixed a miscalculation of the
txindex
when decoding a utxo id