summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-16 14:01:04 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-16 14:01:04 +0200
commitd803d86bf9c69947f6b6e37caf8800abbd24135f (patch)
treed3cd6136083d8a18a45a93f387b3978ba34a036b /src/exchange/taler-exchange-httpd_responses.c
parent3db8f0f22d0a7c1710b4c4f9097103b124c58971 (diff)
downloadexchange-d803d86bf9c69947f6b6e37caf8800abbd24135f.tar.gz
exchange-d803d86bf9c69947f6b6e37caf8800abbd24135f.tar.bz2
exchange-d803d86bf9c69947f6b6e37caf8800abbd24135f.zip
-work purse_deposit conflict handling
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.c')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index 725e08d96..e2b33c79a 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -566,6 +566,8 @@ TEH_RESPONSE_reply_coin_insufficient_funds (
connection,
TALER_ErrorCode_get_http_status_safe (ec),
TALER_JSON_pack_ec (ec),
+ GNUNET_JSON_pack_data_auto ("coin_pub",
+ coin_pub),
GNUNET_JSON_pack_array_steal ("history",
history));
}