commit 0f799edd1fa3bb89c1fc1804e6e534193476e355 parent 1dc25b948a6dc190c6bbf7a057ed8697074849cc Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 27 Feb 2026 18:02:37 +0100 update v27 merchant API for #11124 Diffstat:
| M | core/merchant/get-private-transfers.rst | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/core/merchant/get-private-transfers.rst b/core/merchant/get-private-transfers.rst @@ -55,6 +55,12 @@ // Used for filtering via ``offset``. transfer_serial_id: Integer; + // Serial number identifying the expected transfer in the + // merchant backend. Only given if ``expected`` is true. + // Used to obtain details about the settled orders. + // Since protocol **v27**. + expected_transfer_serial_id?: Integer; + // Time of the execution of the wire transfer. // Missing if unknown in protocol **v25**. execution_time?: Timestamp;