commit 47df0f252882d608b0d7edc65961e7d4cd2e6b67 parent 7f8661cc330ec7ec851774075cc3ee9c51c05d2b Author: Özgür Kesim <oec-taler@kesim.org> Date: Wed, 22 Jun 2022 18:23:20 +0200 typos fixed Diffstat:
| M | core/api-exchange.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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; }