summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 20:42:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 20:42:24 +0100
commit90c411bc190126e3b2641e31d821233c83dcfecb (patch)
tree521b3d71b8585a5bc309fb4043443aec32ba1aba /src/lib/exchange_api_common.c
parentfad5a2268017c647d2b86b75ba28115345a550c4 (diff)
downloadexchange-90c411bc190126e3b2641e31d821233c83dcfecb.tar.gz
exchange-90c411bc190126e3b2641e31d821233c83dcfecb.tar.bz2
exchange-90c411bc190126e3b2641e31d821233c83dcfecb.zip
sort out URL types more nicely
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r--src/lib/exchange_api_common.c6
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)) )