commit da2fddabdc5a8e28f5ef3c9090da08ae3595b581
parent f2e1d863db3d7cecf9fa6b780278ccff124cc628
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 1 Nov 2019 21:53:17 +0100
wire deadline
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;