-try to fix wirewatch loop

This commit is contained in:
Christian Grothoff 2022-12-19 15:03:40 +01:00
parent 91f7925324
commit c164863db8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -517,7 +517,9 @@ process_reply (const struct TALER_BANK_CreditDetails *details,
return;
}
started_transaction = true;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Importing %u transactions\n",
details_length);
for (unsigned int i = 0; i<details_length; i++)
{
const struct TALER_BANK_CreditDetails *cd = &details[i];