gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -not a protocol violation, can h


From: gnunet
Subject: [taler-exchange] branch master updated: -not a protocol violation, can happen if auditor signed denominations that are valid for deposit but not withdraw
Date: Fri, 28 May 2021 21:30:58 +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 be62bc57 -not a protocol violation, can happen if auditor signed 
denominations that are valid for deposit but not withdraw
be62bc57 is described below

commit be62bc57346e04a02acaecc009be002e672314f4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri May 28 21:30:55 2021 +0200

    -not a protocol violation, can happen if auditor signed denominations that 
are valid for deposit but not withdraw
---
 src/lib/exchange_api_handle.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index ddf30f2b..6eba658f 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -478,7 +478,9 @@ parse_json_auditor (struct 
TALER_EXCHANGE_AuditorInformation *auditor,
     }
     if (NULL == dk)
     {
-      GNUNET_break_op (0);
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                  "Auditor signed denomination %s, which we do not know. 
Ignoring signature.\n",
+                  GNUNET_h2s (&denom_h));
       continue;
     }
     if (check_sigs)

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