exchange

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

commit add9edbf5cfa419a7f999cf8a54109b35cea18e6
parent 0703ba87e9e3b7f001e4240373322a19fccf2a21
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Nov 2021 19:29:10 +0100

-fix rval

Diffstat:
Msrc/exchange-tools/taler-exchange-offline.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c @@ -761,7 +761,7 @@ struct UploadHandler * @param do_create #GNUNET_YES if the key may be created * @return #GNUNET_OK on success */ -static int +static enum GNUNET_GenericReturnValue load_offline_key (int do_create) { static bool done;