aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index ffe65911f..805d4f9c5 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -75,7 +75,7 @@ handle_refresh_melt_binary (struct MHD_Connection *connection,
struct TALER_Amount total_melt;
GNUNET_assert (GNUNET_OK ==
- TALER_amount_get_zero (TMH_MINT_CURRENCY,
+ TALER_amount_get_zero (TMH_mint_currency_string,
&total_cost));
key_state = TMH_KS_acquire ();
for (i=0;i<num_new_denoms;i++)
@@ -102,7 +102,7 @@ handle_refresh_melt_binary (struct MHD_Connection *connection,
}
GNUNET_assert (GNUNET_OK ==
- TALER_amount_get_zero (TMH_MINT_CURRENCY,
+ TALER_amount_get_zero (TMH_mint_currency_string,
&total_melt));
for (i=0;i<coin_count;i++)
{