From 47df0f252882d608b0d7edc65961e7d4cd2e6b67 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 22 Jun 2022 18:23:20 +0200 Subject: typos fixed --- core/api-exchange.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 7acef55d..59f6cce4 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -252,7 +252,7 @@ possibly by using HTTPS. cipher: "RSA"; denoms: ({ - rsa_pub: string; + rsa_pub: RsaPublicKey; } & DenomCommon)[]; } @@ -273,7 +273,7 @@ possibly by using HTTPS. age_mask: string; denoms: ({ - rsa_pub: string; + rsa_pub: RsaPublicKey; } & DenomCommon)[]; } @@ -307,7 +307,7 @@ possibly by using HTTPS. // Fee charged by the exchange for refunding a coin of this denomination. fee_refund: Amount; - // Hash of all denominations in this group. + // Hash of all denominations' public keys in this group. hash: HashCode; } -- cgit v1.2.3