exchange

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

commit 55316ec9ff977c5e8505f640a089c30d65788758
parent b0f746cf3ea08961a0494451b0aa6996b6830526
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 20 Dec 2022 12:33:26 +0100

-typo

Diffstat:
Msrc/exchange/taler-exchange-wirewatch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c @@ -1043,7 +1043,7 @@ history_cb (void *cls, { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Bad batch mode `%s' specified\n", - batch_mode); + mode); batch_mode = -1; } }