gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: read docs wrong


From: gnunet
Subject: [taler-docs] branch master updated: read docs wrong
Date: Thu, 07 Jul 2022 20:29:37 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c3d4268  read docs wrong
c3d4268 is described below

commit c3d4268c6a7ea74c8ed714ce0cf545e31db03f54
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jul 7 20:29:35 2022 +0200

    read docs wrong
---
 core/api-taldir.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index 6ef9828..24c118d 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -139,7 +139,7 @@ Address registration
       address: string;
 
       // Public key of the user to register. As string in Crockfor base32 
encoding.
-      public_key: string;
+      public_key: EddsaPublicKey;
 
       // (HTTPS) endpoint URL for the inbox service.
       inbox_url: string;
@@ -232,7 +232,7 @@ Address registration
       // excluding the 0-termination) concatenated with the binary 32-byte
       // value representing the wallet's EdDSA public key.
       // The hash is provided as string in Crockford base32 encoding.
-      solution: string;
+      solution: HashCode;
 
     }
 
@@ -274,7 +274,7 @@ Address lookup
     interface MailboxDetailResponse {
 
       // Registered public key of the user. As string in Crockford base32 
encoding.
-      public_key: string;
+      public_key: EddsaPublicKey;
 
       // (HTTPS) endpoint URL for the inbox service.
       inbox_url: string;

-- 
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]