gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/02: typos fixed


From: gnunet
Subject: [taler-docs] 02/02: typos fixed
Date: Wed, 22 Jun 2022 18:23:24 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository docs.

commit 47df0f252882d608b0d7edc65961e7d4cd2e6b67
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Wed Jun 22 18:23:20 2022 +0200

    typos fixed
---
 core/api-exchange.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7acef55..59f6cce 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;
     }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]