From 90c411bc190126e3b2641e31d821233c83dcfecb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 20:42:24 +0100 Subject: sort out URL types more nicely --- src/lib/exchange_api_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/exchange_api_common.c') diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index 649752021..2e3cb8d64 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -141,7 +141,7 @@ TALER_EXCHANGE_verify_coin_history (const struct &dr.deposit_fee); if ( (GNUNET_YES != TALER_amount_cmp_currency (&fee, - &dki->fee_deposit)) || + &dk->fee_deposit)) || (0 != TALER_amount_cmp (&fee, &dk->fee_deposit)) ) @@ -193,7 +193,7 @@ TALER_EXCHANGE_verify_coin_history (const struct &rm.melt_fee); if ( (GNUNET_YES != TALER_amount_cmp_currency (&fee, - &dki->fee_refresh)) || + &dk->fee_refresh)) || (0 != TALER_amount_cmp (&fee, &dk->fee_refresh)) ) @@ -257,7 +257,7 @@ TALER_EXCHANGE_verify_coin_history (const struct &rr.refund_fee); if ( (GNUNET_YES != TALER_amount_cmp_currency (&fee, - &dki->fee_refund)) || + &dk->fee_refund)) || (0 != TALER_amount_cmp (&fee, &dk->fee_refund)) ) -- cgit v1.2.3