summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-06 19:12:22 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-06 19:12:22 +0200
commitfa3ba808d4dfde387abcc33a50c894e3bbe59575 (patch)
treefbb663a365aa5b226d89710a926f258823bde364 /api-exchange.rst
parentd37a841d77652a0e9e5735bb492a6ef6204497ac (diff)
downloaddocs-fa3ba808d4dfde387abcc33a50c894e3bbe59575.tar.gz
docs-fa3ba808d4dfde387abcc33a50c894e3bbe59575.tar.bz2
docs-fa3ba808d4dfde387abcc33a50c894e3bbe59575.zip
defining typescript types where missing; incomplete
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index d8f38f72..9edcaf75 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -124,9 +124,7 @@ possibly by using HTTPS.
// Fee charged by the exchange for refunding a coin of this denomination
fee_refund: Amount;
- // Signature with purpose
- // `TALER_SIGNATURE_MASTER_DENOMINATION_KEY_VALIDITY` over the expiration
- // dates, value and the key, created with the exchange's master key.
+ // Signature of `TALER_DenominationKeyValidityPS`_
master_sig: EddsaSignature;
}