From 2f7f82536d53cf015f46782c1a81280849fef935 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Sep 2023 13:11:26 +0200 Subject: work on reserve history API --- src/include/taler_exchange_service.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index f973cfb0d..c344a93ae 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1648,13 +1648,6 @@ struct TALER_EXCHANGE_ReserveHistoryEntry */ struct TALER_Amount amount; - /** - * Index of this entry in the reserve history. - * Useful to filter requests by starting offset. - * Offsets are not necessarily contiguous. - */ - uint64_t entry_off; - /** * Details depending on @e type. */ @@ -2063,6 +2056,13 @@ struct TALER_EXCHANGE_ReserveHistory */ struct TALER_Amount total_out; + /** + * Current etag / last entry in the history. + * Useful to filter requests by starting offset. + * Offsets are not necessarily contiguous. + */ + uint64_t etag; + /** * Reserve history. */ -- cgit v1.2.3