gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: try to fix #7007 key update issue discovered by


From: gnunet
Subject: [taler-exchange] 02/02: try to fix #7007 key update issue discovered by Sebastian
Date: Thu, 02 Sep 2021 15:19:29 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit e1dae71ad2cc27e77ade049264dfb2e0bff1b885
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 2 15:19:24 2021 +0200

    try to fix #7007 key update issue discovered by Sebastian
---
 src/exchange/taler-exchange-httpd_keys.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index ddcfd28d..72c2de12 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -649,6 +649,8 @@ helper_denom_cb (
               section_name,
               GNUNET_STRINGS_relative_time_to_string (validity_duration,
                                                       GNUNET_NO));
+  key_generation++;
+  TEH_resume_keys_requests (false);
   hd = GNUNET_CONTAINER_multihashmap_get (hs->denom_keys,
                                           h_denom_pub);
   if (NULL != hd)
@@ -710,6 +712,8 @@ helper_esign_cb (
               TALER_B2S (exchange_pub),
               GNUNET_STRINGS_relative_time_to_string (validity_duration,
                                                       GNUNET_NO));
+  key_generation++;
+  TEH_resume_keys_requests (false);
   pid.public_key = exchange_pub->eddsa_pub;
   hsk = GNUNET_CONTAINER_multipeermap_get (hs->esign_keys,
                                            &pid);

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