summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-29 13:53:23 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-29 13:53:23 +0200
commit3e9a1fc66e4c8317a7d9012d36c5685682ec3c10 (patch)
tree8509c59e9643a0fcfbb11c394b544b54dbc76543 /src/exchange/taler-exchange-httpd.c
parentdb0866fc932e34eb8d76e2149f04c1764415501b (diff)
downloadexchange-3e9a1fc66e4c8317a7d9012d36c5685682ec3c10.tar.gz
exchange-3e9a1fc66e4c8317a7d9012d36c5685682ec3c10.tar.bz2
exchange-3e9a1fc66e4c8317a7d9012d36c5685682ec3c10.zip
remove /wire endpoint, add wallet_data_hash to deposit, bump protocol version to v17
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 194ec6dae..acda91f5d 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1482,12 +1482,6 @@ handle_mhd_request (void *cls,
.method = MHD_HTTP_METHOD_GET,
.handler.get = &TEH_keys_get_handler,
},
- /* Requests for wiring information */
- {
- .url = "wire",
- .method = MHD_HTTP_METHOD_GET,
- .handler.get = &TEH_handler_wire
- },
{
.url = "batch-deposit",
.method = MHD_HTTP_METHOD_POST,