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))
|
||||
{
|
||||
GNUNET_break_op (0);
|
||||
continue;
|
||||
return GNUNET_SYSERR;
|
||||
}
|
||||
auditor->denom_keys[off] = dk;
|
||||
off++;
|
||||
|
Loading…
Reference in New Issue
Block a user