-fix bad negation

This commit is contained in:
Christian Grothoff 2021-07-18 20:12:13 +02:00
parent 000f99e50f
commit 6d7eb372b2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)
{