From fe18c104d8a8d3667b3c872078549c7e78c71db0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Nov 2022 14:56:32 +0100 Subject: -fix #7428 --- src/exchange/taler-exchange-httpd_reserves_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_reserves_history.c') 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) -- cgit v1.2.3