exchange

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

commit 37a439fc4053e05d6068fe3590caf9f82356486c
parent f0eb5249acaf165c5471fd58128bfdd39d6a705e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Jan 2025 16:35:10 +0100

-return code fix

Diffstat:
Msrc/json/json_helper.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c @@ -1696,6 +1696,7 @@ parse_kycte (void *cls, } } GNUNET_break_op (0); + return GNUNET_SYSERR; } if (json_is_integer (root)) {