diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_withdraw.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c index a5e6db0ad..7be560847 100644 --- a/src/exchange/taler-exchange-httpd_withdraw.c +++ b/src/exchange/taler-exchange-httpd_withdraw.c | |||
@@ -81,11 +81,7 @@ reply_withdraw_insufficient_funds ( | |||
81 | return TALER_MHD_REPLY_JSON_PACK ( | 81 | return TALER_MHD_REPLY_JSON_PACK ( |
82 | connection, | 82 | connection, |
83 | MHD_HTTP_CONFLICT, | 83 | MHD_HTTP_CONFLICT, |
84 | GNUNET_JSON_pack_string ("hint", | 84 | TALER_JSON_pack_ec (TALER_EC_EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS), |
85 | TALER_ErrorCode_get_hint ( | ||
86 | TALER_EC_EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS)), | ||
87 | GNUNET_JSON_pack_uint64 ("code", | ||
88 | TALER_EC_EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS), | ||
89 | TALER_JSON_pack_amount ("balance", | 85 | TALER_JSON_pack_amount ("balance", |
90 | &balance), | 86 | &balance), |
91 | GNUNET_JSON_pack_array_steal ("history", | 87 | GNUNET_JSON_pack_array_steal ("history", |