summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:32:40 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:32:40 -0400
commit745cc17083e8c9bb93f959e4014125e0f0f8eb62 (patch)
treebcc77efedd5f42903a358370e2fc25277347ccd8 /core/api-exchange.rst
parentd610dcb69a967030f0b5689d68d88f17706b269e (diff)
downloaddocs-745cc17083e8c9bb93f959e4014125e0f0f8eb62.tar.gz
docs-745cc17083e8c9bb93f959e4014125e0f0f8eb62.tar.bz2
docs-745cc17083e8c9bb93f959e4014125e0f0f8eb62.zip
add period at end of sentence (five instances)
Diffstat (limited to 'core/api-exchange.rst')
-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;
}