From e9c0b816024833ec5f20a6d2e3b64ab83a5a364b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 12 Oct 2016 17:09:09 +0200 Subject: cosmetics --- api-exchange.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api-exchange.rst') diff --git a/api-exchange.rst b/api-exchange.rst index ac5ef0aa..3944918f 100644 --- a/api-exchange.rst +++ b/api-exchange.rst @@ -1298,8 +1298,8 @@ Administrative API: Bank transactions // Transaction identifier in the wire details transaction: number; - // Wire transaction details, as originally specified by the merchant - wire: any; + // `Wire transaction details `_, as originally specified by the merchant + wire: Object; } **Response** @@ -1507,8 +1507,8 @@ binary-compatible with the implementation of the exchange. // Private transfer key trans_priv: string; - // Coin public ket - coin_pub: string; + // `Coin public key `_ + coin_pub: EddsaPublicKey; } **Response:** -- cgit v1.2.3