taler-docs

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

commit 7e2a7c7438689d96ad30602e0ed0e4ee090e3ba1
parent e4647767a4dcb5132acd197ab42df26df300bdad
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:16:34 -0400

fix typo: s/contact/contract/

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 @@ -1174,7 +1174,7 @@ denomination. // strictly speaking redundant, this helps detect inconsistencies. h_wire: HashCode; - // SHA-512 hash of the contact of the merchant with the customer. Further + // SHA-512 hash of the contract of the merchant with the customer. Further // details are never disclosed to the exchange. h_contract_terms: HashCode;