commit 1bf6ccf5b0e7a5ba3518148919cfcf04bfc59f23
parent f0268a22400ce25cb7b846e443a4b31ca95a1a79
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:48:29 -0400
add period at end of sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1539,7 +1539,7 @@ the API during normal operation.
// Array of ``n`` signatures made by the wallet using the old coin's private key,
// used later to verify the /refresh/link response from the exchange.
- // Signs over a `TALER_CoinLinkSignaturePS`
+ // Signs over a `TALER_CoinLinkSignaturePS`.
link_sigs: EddsaSignature[];
}