fail hard if any auditor sig is wrong
This commit is contained in:
parent
673509fac8
commit
d5ddbb648c
@ -468,7 +468,7 @@ parse_json_auditor (struct TALER_EXCHANGE_AuditorInformation *auditor,
|
|||||||
&auditor->auditor_pub.eddsa_pub))
|
&auditor->auditor_pub.eddsa_pub))
|
||||||
{
|
{
|
||||||
GNUNET_break_op (0);
|
GNUNET_break_op (0);
|
||||||
continue;
|
return GNUNET_SYSERR;
|
||||||
}
|
}
|
||||||
auditor->denom_keys[off] = dk;
|
auditor->denom_keys[off] = dk;
|
||||||
off++;
|
off++;
|
||||||
|
Loading…
Reference in New Issue
Block a user