commit 2699a4127224277819544cd74a588a1c90453d33 parent 28eeec7642706852b89e52e0448ede8df23fd61a Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 3 Feb 2026 23:10:37 +0100 revise spec for #10964: re-use more of what we already have Diffstat:
| M | core/api-merchant.rst | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4757,22 +4757,6 @@ Inspecting orders expected_transfer_serial_id: Integer; } - .. ts:def:: ExchangeOrderSettlementDetails - - interface ExchangeOrderSettlementDetails { - // Responsible exchange. - exchange_url: string; - - // Remaining deposit total to be paid, - // that is the total amount of the order - // minus any refunds that were granted. - // The actual amount to be wired is this - // amount minus ``deposit_fee`` and possibly - // minus ``wire_fee``. - remaining_deposit: Amount; - - } - .. ts:def:: TransactionWireReport interface TransactionWireReport {