summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refund.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-23 21:38:09 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-23 21:38:09 +0100
commit4c42e7924e8705ab94c6dd2eab3ec8742fa9acc5 (patch)
tree075aacf9e37c57aea6507a5b33f843acfe29db92 /src/exchange/taler-exchange-httpd_refund.c
parentc22efccce8ce864ff8fd84fa968f5c0d44c36d3d (diff)
downloadexchange-4c42e7924e8705ab94c6dd2eab3ec8742fa9acc5.tar.gz
exchange-4c42e7924e8705ab94c6dd2eab3ec8742fa9acc5.tar.bz2
exchange-4c42e7924e8705ab94c6dd2eab3ec8742fa9acc5.zip
fix
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refund.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c
index 5b0d4ca58..6a96ff982 100644
--- a/src/exchange/taler-exchange-httpd_refund.c
+++ b/src/exchange/taler-exchange-httpd_refund.c
@@ -372,8 +372,8 @@ refund_transaction (void *cls,
TEH_plugin->free_coin_transaction_list (TEH_plugin->cls,
tl);
*mhd_ret = TALER_MHD_reply_with_error (connection,
- ec,
hc,
+ ec,
"denomination not found, but coin known");
return GNUNET_DB_STATUS_HARD_ERROR;
}