exchange

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

commit cc8399ff2255f690b37ebd370cd6e319b23099c2
parent d1b3acee25cf79b66548c6c5307ee877bacdfee3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 May 2024 14:32:11 +0200

-remove bad sleep

Diffstat:
Msrc/testing/testing_api_cmd_signal.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_signal.c b/src/testing/testing_api_cmd_signal.c @@ -62,7 +62,6 @@ signal_run (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Signaling '%d'..\n", ss->signal); - sleep (6); TALER_TESTING_interpreter_next (is); }