From 76b8a2a8de551db8801bd42111bd959a28517cb3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 May 2022 16:02:55 +0200 Subject: include purse deposits in coin history --- src/exchangedb/plugin_exchangedb_common.c | 9 +++++++++ 1 file changed, 9 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 e36074e3..ca590350 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -150,6 +150,15 @@ common_free_coin_transaction_list (void *cls, GNUNET_free (rr); break; } + case TALER_EXCHANGEDB_TT_PURSE_DEPOSIT: + { + struct TALER_EXCHANGEDB_PurseDepositListEntry *deposit; + + deposit = tl->details.purse_deposit; + GNUNET_free (deposit->exchange_base_url); + GNUNET_free (deposit); + break; + } } { struct TALER_EXCHANGEDB_TransactionList *next; -- cgit v1.2.3