diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:42:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:42:24 +0100 |
commit | 90c411bc190126e3b2641e31d821233c83dcfecb (patch) | |
tree | 521b3d71b8585a5bc309fb4043443aec32ba1aba /src/lib/exchange_api_common.c | |
parent | fad5a2268017c647d2b86b75ba28115345a550c4 (diff) |
sort out URL types more nicely
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r-- | src/lib/exchange_api_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
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)) ) |