diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-16 14:01:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-16 14:01:04 +0200 |
commit | d803d86bf9c69947f6b6e37caf8800abbd24135f (patch) | |
tree | d3cd6136083d8a18a45a93f387b3978ba34a036b /src/exchange/taler-exchange-httpd_responses.c | |
parent | 3db8f0f22d0a7c1710b4c4f9097103b124c58971 (diff) |
-work purse_deposit conflict handling
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_responses.c | 2 |
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 725e08d9..e2b33c79 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)); } |