exchange

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

commit a1faf5df612a960f2949db30f64ff8c4e5e50deb
parent 5a889bfcdaad12bb7d6bc8a7916210c6db8c6014
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 21 Jan 2019 16:43:41 +0100

this is correct, we must start that task

Diffstat:
Msrc/lib/auditor_api_handle.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c @@ -451,10 +451,8 @@ TALER_AUDITOR_connect (struct GNUNET_CURL_Context *ctx, auditor->url = GNUNET_strdup (url); auditor->version_cb = version_cb; auditor->version_cb_cls = version_cb_cls; - #if FIX_CHRISTIAN auditor->retry_task = GNUNET_SCHEDULER_add_now (&request_version, auditor); - #endif return auditor; }