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/lib/exchange_api_handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_handle.c') diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index def2c38f6..5562936fd 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -40,7 +40,7 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define EXCHANGE_PROTOCOL_CURRENT 16 +#define EXCHANGE_PROTOCOL_CURRENT 17 /** * How many versions are we backwards compatible with? -- cgit v1.2.3