aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_melt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_melt.c')
-rw-r--r--src/exchange/taler-exchange-httpd_melt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_melt.c b/src/exchange/taler-exchange-httpd_melt.c
index 427808260..071a9c380 100644
--- a/src/exchange/taler-exchange-httpd_melt.c
+++ b/src/exchange/taler-exchange-httpd_melt.c
@@ -69,11 +69,7 @@ reply_melt_insufficient_funds (
69 return TALER_MHD_REPLY_JSON_PACK ( 69 return TALER_MHD_REPLY_JSON_PACK (
70 connection, 70 connection,
71 MHD_HTTP_CONFLICT, 71 MHD_HTTP_CONFLICT,
72 GNUNET_JSON_pack_string ("hint", 72 TALER_JSON_pack_ec (TALER_EC_EXCHANGE_MELT_INSUFFICIENT_FUNDS),
73 TALER_ErrorCode_get_hint (
74 TALER_EC_EXCHANGE_MELT_INSUFFICIENT_FUNDS)),
75 GNUNET_JSON_pack_uint64 ("code",
76 TALER_EC_EXCHANGE_MELT_INSUFFICIENT_FUNDS),
77 GNUNET_JSON_pack_data_auto ("coin_pub", 73 GNUNET_JSON_pack_data_auto ("coin_pub",
78 coin_pub), 74 coin_pub),
79 TALER_JSON_pack_amount ("original_value", 75 TALER_JSON_pack_amount ("original_value",