commit a2be53e0ade6e75ae36e0073715e37f31a5e1928
parent 7aa4e8620c40c468526bf354f280a3f994e06e2d
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 5 Jul 2026 23:54:18 +0200
add missing count increment
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backenddb/account_kyc_get_outdated.c b/src/backenddb/account_kyc_get_outdated.c
@@ -94,6 +94,7 @@ kyc_status_cb (void *cls,
ksc->failure = true;
return;
}
+ ksc->count++;
ksc->kyc_cb (ksc->kyc_cb_cls,
instance_id,
exchange_url,