From 5f333f817c0fe4d66d1223833f8b8f7f22ad174c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 14 Oct 2022 00:29:32 +0200 Subject: add reserve-open-deposit transactions to coin histories --- src/exchangedb/plugin_exchangedb_common.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/exchangedb/plugin_exchangedb_common.c') diff --git a/src/exchangedb/plugin_exchangedb_common.c b/src/exchangedb/plugin_exchangedb_common.c index 10263adf..84198ddd 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -152,6 +152,14 @@ TEH_COMMON_free_coin_transaction_list ( GNUNET_free (deposit); break; } + case TALER_EXCHANGEDB_TT_RESERVE_OPEN: + { + struct TALER_EXCHANGEDB_ReserveOpenListEntry *role; + + role = tl->details.reserve_open; + GNUNET_free (role); + break; + } } { struct TALER_EXCHANGEDB_TransactionList *next; -- cgit v1.2.3