diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-04 05:16:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-04 05:16:04 +0200 |
commit | 5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1 (patch) | |
tree | 42b5200def1ba1dab07c9342351d793bc45e6d02 | |
parent | 4b5de800dce483ac3af8e32799cc0bffaa15b4eb (diff) |
fix lag reporting
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 2 |
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); |