fix lag reporting

This commit is contained in:
Christian Grothoff 2019-09-04 05:16:04 +02:00
parent 4b5de800dc
commit 5cabe157dc
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -439,7 +439,7 @@ do_shutdown (void *cls)
"wire_format_inconsistencies", "wire_format_inconsistencies",
report_wire_format_inconsistencies, report_wire_format_inconsistencies,
"total_amount_lag", "total_amount_lag",
TALER_JSON_from_amount (&total_bad_amount_in_minus), TALER_JSON_from_amount (&total_amount_lag),
"lag_details", "lag_details",
report_lags); report_lags);
GNUNET_break (NULL != report); GNUNET_break (NULL != report);