From 40daa209fb0fb5292956fd3f5770a90e8da0c2a6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 22 May 2022 18:21:15 +0200 Subject: -more work on reverse history --- src/include/taler_exchangedb_plugin.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 68faf34f..8762b192 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -983,6 +983,12 @@ struct TALER_EXCHANGEDB_RecoupRefreshListEntry */ struct TALER_EXCHANGEDB_PurseMerge { + + /** + * Public key of the reserve the coin was merged into. + */ + struct TALER_ReservePublicKeyP reserve_pub; + /** * Amount in the purse, with fees. */ @@ -1036,6 +1042,11 @@ struct TALER_EXCHANGEDB_PurseMerge */ struct TALER_EXCHANGEDB_HistoryRequest { + /** + * Public key of the reserve the history request was for. + */ + struct TALER_ReservePublicKeyP reserve_pub; + /** * Fee paid for the request. */ -- cgit v1.2.3