exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit add478ffde6234d61f60b94eccbe9802ef5540ae
parent c32a26f2bb48b501b433008927776ec7d1b45966
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 21 Jan 2024 14:10:46 +0100

include version in header

Diffstat:
Msrc/include/taler_exchange_service.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h @@ -30,6 +30,12 @@ #include <gnunet/gnunet_curl_lib.h> +/** + * Version of the Taler Exchange API, in hex. + * Thus 0.8.4-1 = 0x00080401. + */ +#define TALER_EXCHANGE_API_VERSION 0x00090400 + /* ********************* /keys *********************** */