exchange

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

commit 6d7eb372b2cb30c0549fa1b76177bb7f5f28776c
parent 000f99e50f0dcbabf594ea90d11ef1af1847ae20
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Jul 2021 20:12:13 +0200

-fix bad negation

Diffstat:
Msrc/bank-lib/fakebank.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -404,7 +404,7 @@ check_log (struct TALER_FAKEBANK_Handle *h) if (NULL == t) continue; - if (t->unchecked) + if (! t->unchecked) continue; switch (t->type) {