diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
| -rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 6a9ed09d..af38b0cf 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -1620,19 +1620,19 @@ deposit_cb (void *cls, want to do in parallel in the background to improve auditor performance! */ if (GNUNET_OK != - TALER_wallet_deposit_verify (&deposit->amount_with_fee, - &issue->fees.deposit, - &h_wire, - &deposit->h_contract_terms, - &deposit->coin.h_age_commitment, - deposit->no_policy_details ? NULL : - &deposit->h_policy, - &h_denom_pub, - deposit->timestamp, - &deposit->merchant_pub, - deposit->refund_deadline, - &deposit->coin.coin_pub, - &deposit->csig)) + TALER_wallet_deposit_verify ( + &deposit->amount_with_fee, + &issue->fees.deposit, + &h_wire, + &deposit->h_contract_terms, + &deposit->coin.h_age_commitment, + deposit->has_policy_details ? + &deposit->h_policy :NULL, &h_denom_pub, + deposit->timestamp, + &deposit->merchant_pub, + deposit->refund_deadline, + &deposit->coin.coin_pub, + &deposit->csig)) { TALER_ARL_report (report_bad_sig_losses, GNUNET_JSON_PACK ( |
