exchange

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

commit 5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1
parent 4b5de800dce483ac3af8e32799cc0bffaa15b4eb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Sep 2019 05:16:04 +0200

fix lag reporting

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

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c @@ -439,7 +439,7 @@ do_shutdown (void *cls) "wire_format_inconsistencies", report_wire_format_inconsistencies, "total_amount_lag", - TALER_JSON_from_amount (&total_bad_amount_in_minus), + TALER_JSON_from_amount (&total_amount_lag), "lag_details", report_lags); GNUNET_break (NULL != report);