From da2fddabdc5a8e28f5ef3c9090da08ae3595b581 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 1 Nov 2019 21:53:17 +0100 Subject: wire deadline --- core/api-merchant.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 0bddaf5c..b74de795 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -780,6 +780,10 @@ The contract terms must have the following structure: // After this deadline, the merchant won't accept payments for the contact pay_deadline: Timestamp; + // Transfer deadline for the exchange. Must be in the + // deposit permissions of coins used to pay for this order. + wire_transfer_deadline: Timestamp; + // Merchant's public key used to sign this proposal; this information // is typically added by the backend Note that this can be an ephemeral key. merchant_pub: EddsaPublicKey; -- cgit v1.2.3