mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 19:10:25 +00:00
respond to comments
This commit is contained in:
@@ -209,7 +209,7 @@ STTx::getSeqProxy() const
|
||||
return SeqProxy::sequence(seq);
|
||||
}
|
||||
|
||||
return SeqProxy{SeqProxy::Type::Ticket, *ticketSeq};
|
||||
return SeqProxy::ticket(*ticketSeq);
|
||||
}
|
||||
|
||||
std::uint32_t
|
||||
|
||||
Reference in New Issue
Block a user