From 745cc17083e8c9bb93f959e4014125e0f0f8eb62 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 01:32:40 -0400 Subject: add period at end of sentence (five instances) --- core/api-exchange.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/api-exchange.rst') 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; } -- cgit v1.2.3