exchange

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

commit e50f85e6c38da1fc32a9382869164fa29ef97666
parent 81379419f1cdc35b2f4b706b55037618d723da25
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  1 Jan 2021 15:50:58 +0100

bump protocol version

Diffstat:
Msrc/lib/exchange_api_handle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -39,7 +39,7 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define EXCHANGE_PROTOCOL_CURRENT 8 +#define EXCHANGE_PROTOCOL_CURRENT 9 /** * How many versions are we backwards compatible with?