taler-docs

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

commit 5b9aaffa61c61ba057f38bf4c5df73002d018dab
parent 904514d7fd7d5a59710be5995b378285e3fc2add
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:10:13 -0400

fold long line; add period at end of sentence

Diffstat:
Mcore/api-exchange.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1069,7 +1069,8 @@ exchange. // denomination private key. coin_ev: CoinEnvelope; - // Signature of `TALER_WithdrawRequestPS` created with the `reserves's private key <reserve-priv>` + // Signature of `TALER_WithdrawRequestPS` created with + // the `reserves's private key <reserve-priv>`. reserve_sig: EddsaSignature; }