taler-docs

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

commit c773474c481eac80b77555e3c0ea3375c5231e4a
parent ebc9d338c9a677f99a6560bd85236cc45ab9e4a6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 13 Oct 2016 15:37:01 +0200

fix type name mismatch

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

diff --git a/api-exchange.rst b/api-exchange.rst @@ -978,7 +978,7 @@ typically also view the balance.) .. _tsref-type-TrackTransferDetail: .. code-block:: tsref - interface WireDepositDetail { + interface TrackTransferDetail { // SHA-512 hash of the contact of the merchant with the customer. H_contract: HashCode;