exchange

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

commit 4a64c787aec69a58e5aea0e3f66ad819d8bf3c74
parent c4dd25175d80dd1500d31be2b91af9b6411ce27f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 13 Dec 2024 14:07:35 +0100

-doh

Diffstat:
Msrc/kyclogic/kyclogic_api.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c @@ -4182,6 +4182,10 @@ handle_aml_timeout (void *cls) args = split_words (fprogram->command, extra_args); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Running fallback measure `%s' (%s)\n", + fallback_measure, + fprogram->command); aprh->proc = TALER_JSON_external_conversion_start ( input, &handle_aml_output, @@ -4194,9 +4198,6 @@ handle_aml_timeout (void *cls) aprh->async_cb = GNUNET_SCHEDULER_add_delayed (aprh->timeout, &handle_aml_timeout2, aprh); - aprh->aprc (aprh->aprc_cls, - apr); - TALER_KYCLOGIC_run_aml_program_cancel (aprh); }