mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 09:16:36 +00:00
dump
This commit is contained in:
@@ -188,6 +188,10 @@ STTx::getSeqProxy() const
|
||||
if (seq != 0)
|
||||
return SeqProxy::sequence(seq);
|
||||
|
||||
// std::uint32_t const batchIndex{getFieldU32(sfBatchIndex)};
|
||||
// if (batchIndex != 0)
|
||||
// return SeqProxy::sequence(batchIndex);
|
||||
|
||||
std::optional<std::uint32_t> const ticketSeq{operator[](~sfTicketSequence)};
|
||||
if (!ticketSeq)
|
||||
// No TicketSequence specified. Return the Sequence, whatever it is.
|
||||
|
||||
Reference in New Issue
Block a user