summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-17 12:57:08 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-17 12:57:08 +0200
commit555cbca862f3c56bfd7a2d6c785a05a511b0fd54 (patch)
treef37738a6ef4e2fc78cfd96e47c04ad2232c2e196 /src/exchange/taler-exchange-httpd_responses.c
parent9ae46f367e606f9b3866b361459e05a71be9f310 (diff)
downloadexchange-555cbca862f3c56bfd7a2d6c785a05a511b0fd54.tar.gz
exchange-555cbca862f3c56bfd7a2d6c785a05a511b0fd54.tar.bz2
exchange-555cbca862f3c56bfd7a2d6c785a05a511b0fd54.zip
add new GET /coins/-pub handler
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 5ae232c36..13c654e60 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -698,8 +698,10 @@ TEH_RESPONSE_reply_coin_insufficient_funds (
TALER_JSON_pack_ec (ec),
GNUNET_JSON_pack_data_auto ("coin_pub",
coin_pub),
+ // FIXME: to be kept only for some of the error types!
GNUNET_JSON_pack_data_auto ("h_denom_pub",
h_denom_pub),
+ // FIXME: to be removed!
GNUNET_JSON_pack_array_steal ("history",
history));
}