-not a protocol violation, can happen if auditor signed denominations that are valid for deposit but not withdraw

This commit is contained in:
Christian Grothoff 2021-05-28 21:30:55 +02:00
parent 35ce352b16
commit be62bc5734
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)