summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-28 17:10:55 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-28 17:10:55 +0100
commit4ca7116ec73a6149080a26eef4dbbb5de7fab63e (patch)
tree1de92b582894546c25e01b72e98842838b731504
parent75d8ba8c9127a2c2f0fe3412a6e1f9f7a6b6de7c (diff)
downloaddocs-4ca7116ec73a6149080a26eef4dbbb5de7fab63e.tar.gz
docs-4ca7116ec73a6149080a26eef4dbbb5de7fab63e.tar.bz2
docs-4ca7116ec73a6149080a26eef4dbbb5de7fab63e.zip
minor fix
-rw-r--r--api-mint.rst1
-rw-r--r--wireformats.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/api-mint.rst b/api-mint.rst
index 739e1e31..d79c943a 100644
--- a/api-mint.rst
+++ b/api-mint.rst
@@ -308,6 +308,7 @@ Deposit operations are requested by a merchant during a transaction. For the dep
:<json base32 denom_pub: denomination (RSA) key with which the coin is signed
:<json base32 ub_sig: mint's unblinded RSA signature_ of the coin
:<json date timestamp: timestamp when the contract was finalized, must match approximately the current time of the mint
+ :<json date edate: indicative time by which the mint undertakes to transfer the funds to the merchant, in case of successful payment.
:<json int transaction_id: 64-bit transaction id for the transaction between merchant and customer
:<json base32 merchant_pub: the EdDSA public key of the merchant (used to identify the merchant for refund requests)
:<json date refund_deadline: date until which the merchant can issue a refund to the customer via the mint (can be zero if refunds are not allowed)
diff --git a/wireformats.rst b/wireformats.rst
index 0de99cce..f759bf62 100644
--- a/wireformats.rst
+++ b/wireformats.rst
@@ -32,7 +32,6 @@ contain a JSON object with the following fields:
* `IBAN`: the International Bank Account Number (IBAN) of the account of the beneficiary
* `name`: the name of the beneficiary
* `bic`: the Bank Identification Code (BIC) code of the beneficiary's bank
- * `edate`: the date given as a timestamp indicating when the transfer should be executed
* `r`: random salt (used to make brute-forcing the hash harder)
The JSON object may optionally contain: