xrpl-py
xrpl-py copied to clipboard
Add common field `ticket_sequence` to `Transaction`
trafficstars
The field ticket_sequence is missing as a common field in the Transaction object. It is needed to specify which ticket to be "replaced" with the transaction.
Since no one complained so far, I guess it's not that urgent.
I just saw the xrpl.js also does not has the field. Is that intended? Why is that?
I think xrpl.js does have the field here: https://github.com/XRPLF/xrpl.js/blob/aff6988f098ecc033a0cfa7974101f91de5cf948/packages/xrpl/src/models/transactions/common.ts#L156
The xrpl-py missing this value seems like an oversight. Started fixing it but didn't finish today.
Resolved by #428