aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.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/lib/exchange_api_handle.c
parentdb0866fc932e34eb8d76e2149f04c1764415501b (diff)
downloadexchange-3e9a1fc66e4c8317a7d9012d36c5685682ec3c10.tar.xz
remove /wire endpoint, add wallet_data_hash to deposit, bump protocol version to v17
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
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?