exchange

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

commit 71f00b37648a7237ad7efebd1b3145512f21c02a
parent d1c5337a886128d484d647a4a66da91c3d52f60c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 Mar 2021 23:03:06 +0100

improve version number format check

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 @@ -728,7 +728,7 @@ decode_keys_json (const json_t *resp_obj, return GNUNET_SYSERR; } if (3 != sscanf (ver, - "%u:%u:%u", + "%u:%u:%u%c", &current, &revision, &age,