summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-19 21:08:40 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 21:08:40 +0200
commit247f82c088dd1575709a676ab87555514fa6445e (patch)
treed0a41eed8c3991a45eb06a4b549105cc3402d8c2 /src/exchange/taler-exchange-httpd_db.h
parentf8e62141f27c296b326fc810f18206d16d41b468 (diff)
downloadexchange-247f82c088dd1575709a676ab87555514fa6445e.tar.gz
exchange-247f82c088dd1575709a676ab87555514fa6445e.tar.bz2
exchange-247f82c088dd1575709a676ab87555514fa6445e.zip
move reply_transfer_pending to where it belongs
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.h')
-rw-r--r--src/exchange/taler-exchange-httpd_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.h b/src/exchange/taler-exchange-httpd_db.h
index a61f93291..7e342c842 100644
--- a/src/exchange/taler-exchange-httpd_db.h
+++ b/src/exchange/taler-exchange-httpd_db.h
@@ -76,7 +76,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?
+// 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,