aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-28 16:10:42 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-29 12:18:49 +0200
commit5fd27712c37297d1b32d5a0d6a37823bfcf19a39 (patch)
tree6a520519a111570a81f48330f1409c359b167669 /src/bank-lib
parent55e4498e02d4c4e37d4533fbb26de31d574a962b (diff)
work on test_kyc_api
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/fakebank_api_check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bank-lib/fakebank_api_check.c b/src/bank-lib/fakebank_api_check.c
index 157294a05..1af83d7ec 100644
--- a/src/bank-lib/fakebank_api_check.c
+++ b/src/bank-lib/fakebank_api_check.c
@@ -237,6 +237,8 @@ TALER_FAKEBANK_check_empty (struct TALER_FAKEBANK_Handle *h)
if ( (NULL != t) &&
(t->unchecked) )
{
+ if (T_AUTH == t->type)
+ continue; /* ignore */
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Expected empty transaction set, but I have:\n");
check_log (h);