From c773474c481eac80b77555e3c0ea3375c5231e4a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 13 Oct 2016 15:37:01 +0200 Subject: fix type name mismatch --- api-exchange.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-exchange.rst b/api-exchange.rst index c06d3862..e1439936 100644 --- 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; -- cgit v1.2.3