-not a protocol violation, can happen if auditor signed denominations that are valid for deposit but not withdraw
This commit is contained in:
parent
35ce352b16
commit
be62bc5734
@ -478,7 +478,9 @@ parse_json_auditor (struct TALER_EXCHANGE_AuditorInformation *auditor,
|
|||||||
}
|
}
|
||||||
if (NULL == dk)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
if (check_sigs)
|
if (check_sigs)
|
||||||
|
Loading…
Reference in New Issue
Block a user