summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-01 21:53:17 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-01 21:53:17 +0100
commitda2fddabdc5a8e28f5ef3c9090da08ae3595b581 (patch)
tree7853479b0d05ecec02f6b5445800a6038079a6cc
parentf2e1d863db3d7cecf9fa6b780278ccff124cc628 (diff)
downloaddocs-da2fddabdc5a8e28f5ef3c9090da08ae3595b581.tar.gz
docs-da2fddabdc5a8e28f5ef3c9090da08ae3595b581.tar.bz2
docs-da2fddabdc5a8e28f5ef3c9090da08ae3595b581.zip
wire deadline
-rw-r--r--core/api-merchant.rst4
1 files changed, 4 insertions, 0 deletions
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;