summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_pay.c')
-rw-r--r--src/lib/merchant_api_pay.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
index 032dffe5..e137d93f 100644
--- a/src/lib/merchant_api_pay.c
+++ b/src/lib/merchant_api_pay.c
@@ -240,13 +240,11 @@ check_coin_history (const struct TALER_MERCHANT_PaidCoin *pc,
struct TALER_Amount spent_plus_contrib;
if (GNUNET_OK !=
- TALER_EXCHANGE_verify_coin_history
- (
- NULL, /* do not verify fees */
- pc->amount_with_fee.currency,
- &pc->coin_pub,
- json,
- &spent))
+ TALER_EXCHANGE_verify_coin_history (NULL, /* do not verify fees */
+ pc->amount_with_fee.currency,
+ &pc->coin_pub,
+ json,
+ &spent))
{
/* Exchange's history fails to verify */
GNUNET_break_op (0);