From 4c42e7924e8705ab94c6dd2eab3ec8742fa9acc5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 23 Nov 2019 21:38:09 +0100 Subject: fix --- src/exchange/taler-exchange-httpd_deposit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_deposit.c') diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c index 28116e28b..23a97fb1b 100644 --- a/src/exchange/taler-exchange-httpd_deposit.c +++ b/src/exchange/taler-exchange-httpd_deposit.c @@ -304,8 +304,8 @@ verify_and_execute_deposit (struct MHD_Connection *connection, { TEH_KS_release (mks); return TALER_MHD_reply_with_error (connection, - ec, hc, + ec, "Could not find denomination key used in deposit"); } TALER_amount_ntoh (&dc.value, @@ -527,8 +527,8 @@ TEH_DEPOSIT_handler_deposit (struct TEH_RequestHandler *rh, TALER_LOG_WARNING ("Unknown denomination key in /deposit request\n"); GNUNET_JSON_parse_free (spec); return TALER_MHD_reply_with_error (connection, - ec, hc, + ec, "Could not find denomination key used in deposit"); } TALER_amount_ntoh (&deposit.deposit_fee, -- cgit v1.2.3