From 3e9a1fc66e4c8317a7d9012d36c5685682ec3c10 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Aug 2023 13:53:23 +0200 Subject: remove /wire endpoint, add wallet_data_hash to deposit, bump protocol version to v17 --- src/exchange/taler-exchange-httpd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/exchange/taler-exchange-httpd.c') 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, -- cgit v1.2.3