exchange

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

commit ad62f0fb7e23cf0dc45bdc7630374b18b9ba730c
parent 85363201c493a44c626e930e93b731d1aca50a00
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 31 Dec 2020 17:35:21 +0100

set timeout to 5s

Diffstat:
Msrc/util/crypto_helper_denom.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c @@ -369,7 +369,7 @@ await_read_ready (struct TALER_CRYPTO_DenominationHelper *dh) }; sigset_t sigmask; struct timespec ts = { - .tv_sec = 1 + .tv_sec = 5 }; int ret;