aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_management_wire_fees.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_management_wire_fees.c')
-rw-r--r--src/exchange/taler-exchange-httpd_management_wire_fees.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_management_wire_fees.c b/src/exchange/taler-exchange-httpd_management_wire_fees.c
index 5486ff336..4272a2d06 100644
--- a/src/exchange/taler-exchange-httpd_management_wire_fees.c
+++ b/src/exchange/taler-exchange-httpd_management_wire_fees.c
@@ -80,7 +80,6 @@ struct AddFeeContext
80 * 80 *
81 * @param cls closure with a `struct AddFeeContext` 81 * @param cls closure with a `struct AddFeeContext`
82 * @param connection MHD request which triggered the transaction 82 * @param connection MHD request which triggered the transaction
83 * @param session database session to use
84 * @param[out] mhd_ret set to MHD response status for @a connection, 83 * @param[out] mhd_ret set to MHD response status for @a connection,
85 * if transaction failed (!) 84 * if transaction failed (!)
86 * @return transaction status 85 * @return transaction status
@@ -88,7 +87,6 @@ struct AddFeeContext
88static enum GNUNET_DB_QueryStatus 87static enum GNUNET_DB_QueryStatus
89add_fee (void *cls, 88add_fee (void *cls,
90 struct MHD_Connection *connection, 89 struct MHD_Connection *connection,
91 struct TALER_EXCHANGEDB_Session *session,
92 MHD_RESULT *mhd_ret) 90 MHD_RESULT *mhd_ret)
93{ 91{
94 struct AddFeeContext *afc = cls; 92 struct AddFeeContext *afc = cls;
@@ -98,7 +96,6 @@ add_fee (void *cls,
98 96
99 qs = TEH_plugin->lookup_wire_fee_by_time ( 97 qs = TEH_plugin->lookup_wire_fee_by_time (
100 TEH_plugin->cls, 98 TEH_plugin->cls,
101 session,
102 afc->wire_method, 99 afc->wire_method,
103 afc->start_time, 100 afc->start_time,
104 afc->end_time, 101 afc->end_time,
@@ -142,7 +139,6 @@ add_fee (void *cls,
142 139
143 qs = TEH_plugin->insert_wire_fee ( 140 qs = TEH_plugin->insert_wire_fee (
144 TEH_plugin->cls, 141 TEH_plugin->cls,
145 session,
146 afc->wire_method, 142 afc->wire_method,
147 afc->start_time, 143 afc->start_time,
148 afc->end_time, 144 afc->end_time,