exchange

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

commit 0e064ce9146cfcebeb7b022cd78289e638967e1a
parent 2dccc31137f8e57101a28be67f32110102a5ad79
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Dec 2019 12:29:38 +0100

fmt string fix

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

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -701,7 +701,7 @@ deposit_cb (void *cls, return GNUNET_DB_STATUS_HARD_ERROR; } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Aggregator processing payment with amount %s after fee subtraction\n", + "Aggregator processing payment %s with amount %s after fee subtraction\n", TALER_B2S (coin_pub), TALER_amount2s (&au->total_amount)); au->row_id = row_id;