summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-04 05:16:04 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-04 05:16:04 +0200
commit5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1 (patch)
tree42b5200def1ba1dab07c9342351d793bc45e6d02
parent4b5de800dce483ac3af8e32799cc0bffaa15b4eb (diff)
downloadexchange-5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1.tar.gz
exchange-5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1.tar.bz2
exchange-5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1.zip
fix lag reporting
-rw-r--r--src/auditor/taler-wire-auditor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index c52afc0f3..265effdab 100644
--- 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);