mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
Exported transactions must use TicketSequence (with Sequence=0) because a bounced tx on the destination chain would jam sequential sequence numbers. This is enforced in both the hook xport() API and the Export transactor via ExportLedgerOps::validateTicketSequence(). Adds test: ttEXPORT rejects export without TicketSequence. Updates existing test hooks to include TicketSequence in exported txns.