diff options
| author | Joseph <Joseph.xu@efrei.net> | 2022-11-08 09:22:05 -0500 |
|---|---|---|
| committer | Joseph <Joseph.xu@efrei.net> | 2022-11-08 09:22:05 -0500 |
| commit | f51e8a7150bee920f1bd3649c053b341419795c1 (patch) | |
| tree | b0f9f4edd0bb00cefaf2c8a6873871caf91305b1 /src/exchange/taler-exchange-httpd_reserves_history.c | |
| parent | 4394079a5e789189aa308ac85bcf704e34d3c1ee (diff) | |
| parent | 0c32c48ac5628b2068fada9fc43fa0fa94d1c002 (diff) | |
merge
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserves_history.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_reserves_history.c | 2 |
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 aa3f8ab5..ffdc6eaa 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) |
