From 247f82c088dd1575709a676ab87555514fa6445e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Jun 2017 21:08:40 +0200 Subject: move reply_transfer_pending to where it belongs --- src/exchange/taler-exchange-httpd_db.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_db.c') diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index e7be6af09..9eeda6ee0 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -15,7 +15,7 @@ */ /** * @file taler-exchange-httpd_db.c - * @brief High-level (transactional-layer) database operations for the exchange. + * @brief Generic database operations for the exchange. * @author Christian Grothoff */ #include "platform.h" @@ -116,6 +116,7 @@ TEH_DB_run_transaction (struct MHD_Connection *connection, * @param[out] ret where the resulting total is to be stored * @return #GNUNET_OK on success, #GNUNET_SYSERR on errors */ +// FIXME: maybe move to another module, i.e. exchangedb??? int TEH_DB_calculate_transaction_list_totals (struct TALER_EXCHANGEDB_TransactionList *tl, const struct TALER_Amount *off, -- cgit v1.2.3