summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-28 21:30:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-28 21:30:55 +0200
commitbe62bc57346e04a02acaecc009be002e672314f4 (patch)
tree0732c9023ec1131771b859465327c6efc21d129d /src
parent35ce352b16cf1b9fa4ea17a272522d43e29f8656 (diff)
downloadexchange-be62bc57346e04a02acaecc009be002e672314f4.tar.gz
exchange-be62bc57346e04a02acaecc009be002e672314f4.tar.bz2
exchange-be62bc57346e04a02acaecc009be002e672314f4.zip
-not a protocol violation, can happen if auditor signed denominations that are valid for deposit but not withdraw
Diffstat (limited to 'src')
-rw-r--r--src/lib/exchange_api_handle.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index ddf30f2bf..6eba658fc 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)