gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: docs: make header name match im


From: gnunet
Subject: [taler-anastasis] branch master updated: docs: make header name match implementation
Date: Thu, 21 Oct 2021 16:21:04 +0200

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 3536dcd  docs: make header name match implementation
3536dcd is described below

commit 3536dcdea3d207e03eb656015d6b87b5c883241a
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Oct 21 16:20:54 2021 +0200

    docs: make header name match implementation
---
 doc/sphinx/rest.rst                            | 2 +-
 src/restclient/anastasis_api_keyshare_lookup.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
index 767ae99..a1c5810 100644
--- a/doc/sphinx/rest.rst
+++ b/doc/sphinx/rest.rst
@@ -485,7 +485,7 @@ charge per truth operation using GNU Taler.
   :http:statuscode:`503 Service Unavailable`:
     Server is out of Service.
 
-  *Truth-Decryption-Key*: Key used to encrypt the **truth** (see 
encrypted_truth within `TruthUploadRequest`_) and which has to provided by the 
user. The key is stored with
+  *Anastasis-Truth-Decryption-Key*: Key used to encrypt the **truth** (see 
encrypted_truth within `TruthUploadRequest`_) and which has to provided by the 
user. The key is stored with
   the according `EscrowMethod`_. The server needs this key to get the info out 
of `TruthUploadRequest`_ needed to verify the ``$RESPONSE``.
 
   **Details:**
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c 
b/src/restclient/anastasis_api_keyshare_lookup.c
index 50e0d67..e681d5a 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -411,7 +411,7 @@ ANASTASIS_keyshare_lookup (
     char *val;
     char *hdr;
 
-    /* Set Truth-Decryption-Key header */
+    /* Set Anastasis-Truth-Decryption-Key header */
     val = GNUNET_STRINGS_data_to_string_alloc (truth_key,
                                                sizeof (*truth_key));
     GNUNET_asprintf (&hdr,

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