exchange

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

commit bb54785d34a1664ad53f5a2e371a725f4b842323
parent 1faad976de02bc72ca1d27352e0a6fbd4e083ec7
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 17 Aug 2026 17:16:20 +0200

return error if we failed to start

Diffstat:
Msrc/exchange/taler-exchange-sanctionscheck.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-sanctionscheck.c b/src/exchange/taler-exchange-sanctionscheck.c @@ -712,7 +712,10 @@ run (void *cls, (double) investigation_confidence_limit); } if (! init_freeze ()) + { + global_ret = EXIT_NOTCONFIGURED; return; + } { char *attr_enc_key_str;