[tx] swap inner idx
This commit is contained in:
@@ -224,6 +224,7 @@ func (tx *Tx) Parser() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
swap.InstrIdx = uint8(i)
|
swap.InstrIdx = uint8(i)
|
||||||
|
swap.InnerIdx = uint8(j)
|
||||||
tx.Swaps = append(tx.Swaps, swap)
|
tx.Swaps = append(tx.Swaps, swap)
|
||||||
}
|
}
|
||||||
// tx.Swaps = append(tx.Swaps, swaps...)
|
// tx.Swaps = append(tx.Swaps, swaps...)
|
||||||
|
|||||||
Reference in New Issue
Block a user