summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-04 20:57:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-04 20:57:11 +0100
commit9bfeec352b95873bc94b96947a8dd335838f3e8b (patch)
tree2b265b0db13c1268968d26f73f1bde0b029c4ddf /src/exchange/taler-exchange-httpd_responses.c
parent5a11839002b2f327fa35e8a1bf589bb77c54e3c1 (diff)
downloadexchange-9bfeec352b95873bc94b96947a8dd335838f3e8b.tar.gz
exchange-9bfeec352b95873bc94b96947a8dd335838f3e8b.tar.bz2
exchange-9bfeec352b95873bc94b96947a8dd335838f3e8b.zip
fix #6065
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.c')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index c88a8a254..90ca14c88 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -446,7 +446,7 @@ TEH_RESPONSE_reply_coin_insufficient_funds (struct MHD_Connection *connection,
return TALER_MHD_reply_json_pack (connection,
MHD_HTTP_CONFLICT,
"{s:s, s:I, s:o}",
- "error", "insufficient funds",
+ "hint", "insufficient funds",
"code", (json_int_t) ec,
"history", history);
}