From 3fde028650e220157f208fa8399d32cc1b0eebde Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Mar 2017 02:45:33 +0100 Subject: fix auditor progress point issue --- src/include/taler_auditordb_plugin.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include/taler_auditordb_plugin.h') diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 1c6360feb..68d0cb51e 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -117,10 +117,15 @@ struct TALER_AUDITORDB_ProgressPoint uint64_t last_reserve_in_serial_id; /** - * last_reserve_out_serial_id serial ID of the last withdraw the auditor processed + * last_reserve_out_serial_id serial ID of the last reserve_out the auditor processed */ uint64_t last_reserve_out_serial_id; + /** + * last_reserve_out_serial_id serial ID of the last withdraw the auditor processed + */ + uint64_t last_withdraw_serial_id; + /** * last_deposit_serial_id serial ID of the last deposit the auditor processed */ -- cgit v1.2.3