exchange

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

commit 5ad1d0d3dd87ebb879577db6dcdbe33014a7f871
parent b3e4159c2e5048a2d2c87b6d158aad54b0d975e0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Dec 2021 14:32:05 +0100

-add disable invariants

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

diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c @@ -549,6 +549,8 @@ TEH_check_invariants () { struct TEH_KeyStateHandle *ksh; + if (0 == TEH_check_invariants) + return; ksh = TEH_keys_get_state (); if (NULL == ksh) return;