taler-docs

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

commit d29b988b20c45cb0bbac3b3a6e1a8cfd2d27b930
parent 54e2e7cbb3a276f62176409dd877a516c0e3ed7f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:03:54 -0400

fix typo: s/reserves's/reserve's/

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -938,7 +938,7 @@ exchange. // Hash of the blinded coin to be signed. h_coin_envelope: HashCode; - // Signature of ``TALER_WithdrawRequestPS`` created with the reserves's + // Signature of ``TALER_WithdrawRequestPS`` created with the reserve's // private key. reserve_sig: EddsaSignature;