summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-25 21:15:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-25 21:15:55 +0200
commitd6400f52e19704c3d726be601f91583dad9d9256 (patch)
treed6294ccdaffe1964b6f24ff4b3cc183d186061df /src/exchange
parentc9c9d77f6345b20035940a5d6580a3aa9cc237eb (diff)
downloadexchange-d6400f52e19704c3d726be601f91583dad9d9256.tar.gz
exchange-d6400f52e19704c3d726be601f91583dad9d9256.tar.bz2
exchange-d6400f52e19704c3d726be601f91583dad9d9256.zip
doh: key missing
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_melt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_melt.c b/src/exchange/taler-exchange-httpd_melt.c
index 4f5f4ceb0..f276a72b5 100644
--- a/src/exchange/taler-exchange-httpd_melt.c
+++ b/src/exchange/taler-exchange-httpd_melt.c
@@ -69,10 +69,10 @@ reply_melt_insufficient_funds (
connection,
MHD_HTTP_CONFLICT,
"{s:s, s:I, s:o, s:o, s:o, s:o, s:o}",
+ "hint",
TALER_ErrorCode_get_hint (TALER_EC_MELT_INSUFFICIENT_FUNDS),
"code",
- (json_int_t)
- TALER_EC_MELT_INSUFFICIENT_FUNDS,
+ (json_int_t) TALER_EC_MELT_INSUFFICIENT_FUNDS,
"coin_pub",
GNUNET_JSON_from_data_auto (coin_pub),
"original_value",