taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 745cc17083e8c9bb93f959e4014125e0f0f8eb62
parent d610dcb69a967030f0b5689d68d88f17706b269e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:32:40 -0400

add period at end of sentence (five instances)

Diffstat:
Mcore/api-exchange.rst | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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; }