summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 3a086c38..7cbce149 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -185,19 +185,19 @@ possibly by using HTTPS.
// Public (RSA) key for the denomination.
denom_pub: RsaPublicKey;
- // Fee charged by the exchange for withdrawing a coin of this denomination
+ // Fee charged by the exchange for withdrawing a coin of this denomination.
fee_withdraw: Amount;
- // Fee charged by the exchange for depositing a coin of this denomination
+ // Fee charged by the exchange for depositing a coin of this denomination.
fee_deposit: Amount;
- // Fee charged by the exchange for refreshing a coin of this denomination
+ // Fee charged by the exchange for refreshing a coin of this denomination.
fee_refresh: Amount;
- // Fee charged by the exchange for refunding a coin of this denomination
+ // Fee charged by the exchange for refunding a coin of this denomination.
fee_refund: Amount;
- // Signature of `TALER_DenominationKeyValidityPS`
+ // Signature of `TALER_DenominationKeyValidityPS`.
master_sig: EddsaSignature;
}