gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: skip keys in future keys if they


From: gnunet
Subject: [taler-exchange] branch master updated: skip keys in future keys if they already expired (remove logging)
Date: Fri, 16 Apr 2021 14:17:57 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new da25913e skip keys in future keys if they already expired (remove 
logging)
da25913e is described below

commit da25913e61ff72c6a4bebae1ee093046c9419218
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 16 14:17:55 2021 +0200

    skip keys in future keys if they already expired (remove logging)
---
 src/util/secmod_signatures.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/util/secmod_signatures.c b/src/util/secmod_signatures.c
index 31670dfd..3df68861 100644
--- a/src/util/secmod_signatures.c
+++ b/src/util/secmod_signatures.c
@@ -61,11 +61,6 @@ TALER_exchange_secmod_eddsa_verify (
     .duration = GNUNET_TIME_relative_hton (duration)
   };
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "Verifying key `%s' with duration %s\n",
-              TALER_B2S (exchange_pub),
-              GNUNET_STRINGS_relative_time_to_string (duration,
-                                                      GNUNET_NO));
   return
     GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_SM_SIGNING_KEY,
                                 &ska,

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