exchange

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

commit c164863db857667b428223a9c536ce82762f3f97
parent 91f792532481acc69989dde30b2fafb81a3a35ed
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Dec 2022 15:03:40 +0100

-try to fix wirewatch loop

Diffstat:
Msrc/exchange/taler-exchange-wirewatch.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c @@ -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];