summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_reserves_history.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-08 14:56:32 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-08 14:56:32 +0100
commitfe18c104d8a8d3667b3c872078549c7e78c71db0 (patch)
tree31bdd37cd3fe5a247e25a4b0c807dc364e7c7d4c /src/exchange/taler-exchange-httpd_reserves_history.c
parent55f1217a3313876a8c5f5ea24be9bd81dc922910 (diff)
downloadexchange-fe18c104d8a8d3667b3c872078549c7e78c71db0.tar.gz
exchange-fe18c104d8a8d3667b3c872078549c7e78c71db0.tar.bz2
exchange-fe18c104d8a8d3667b3c872078549c7e78c71db0.zip
-fix #7428
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserves_history.c')
-rw-r--r--src/exchange/taler-exchange-httpd_reserves_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserves_history.c b/src/exchange/taler-exchange-httpd_reserves_history.c
index aa3f8ab55..ffdc6eaa4 100644
--- a/src/exchange/taler-exchange-httpd_reserves_history.c
+++ b/src/exchange/taler-exchange-httpd_reserves_history.c
@@ -159,7 +159,7 @@ reserve_history_transaction (void *cls,
{
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_CONFLICT,
- TALER_EC_EXCHANGE_WITHDRAW_HISTORY_ERROR_INSUFFICIENT_FUNDS,
+ TALER_EC_EXCHANGE_GET_RESERVE_HISTORY_ERROR_INSUFFICIENT_BALANCE,
NULL);
}
if (idempotent)