diff options
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r-- | src/auditor/taler-auditor.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 571ead7be..f2bcad6b8 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c | |||
@@ -5269,11 +5269,11 @@ run (void *cls, | |||
5269 | TALER_JSON_from_amount (&total_wire_out_delta_plus), | 5269 | TALER_JSON_from_amount (&total_wire_out_delta_plus), |
5270 | "total_wire_out_delta_minus", | 5270 | "total_wire_out_delta_minus", |
5271 | TALER_JSON_from_amount (&total_wire_out_delta_minus), | 5271 | TALER_JSON_from_amount (&total_wire_out_delta_minus), |
5272 | /* Tested in test-auditor.sh #4/#5/#6/#7 */ | 5272 | /* Tested in test-auditor.sh #4/#5/#6/#7/#13 */ |
5273 | "bad_sig_losses", | 5273 | "bad_sig_losses", |
5274 | report_bad_sig_losses, | 5274 | report_bad_sig_losses, |
5275 | /* block */ | 5275 | /* block */ |
5276 | /* Tested in test-auditor.sh #4/#5/#6/#7 */ | 5276 | /* Tested in test-auditor.sh #4/#5/#6/#7/#13 */ |
5277 | "total_bad_sig_loss", | 5277 | "total_bad_sig_loss", |
5278 | TALER_JSON_from_amount (&total_bad_sig_loss), | 5278 | TALER_JSON_from_amount (&total_bad_sig_loss), |
5279 | "row_inconsistencies", | 5279 | "row_inconsistencies", |
@@ -5298,8 +5298,10 @@ run (void *cls, | |||
5298 | /* block */ | 5298 | /* block */ |
5299 | "wire_fee_time_inconsistencies", | 5299 | "wire_fee_time_inconsistencies", |
5300 | report_fee_time_inconsistencies, | 5300 | report_fee_time_inconsistencies, |
5301 | /* Tested in test-auditor.sh #12 */ | ||
5301 | "total_refresh_hanging", | 5302 | "total_refresh_hanging", |
5302 | TALER_JSON_from_amount (&total_refresh_hanging), | 5303 | TALER_JSON_from_amount (&total_refresh_hanging), |
5304 | /* Tested in test-auditor.sh #12 */ | ||
5303 | "refresh_hanging", | 5305 | "refresh_hanging", |
5304 | report_refreshs_hanging, | 5306 | report_refreshs_hanging, |
5305 | "deposit_confirmation_inconsistencies", | 5307 | "deposit_confirmation_inconsistencies", |