summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-aggregator.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 44154d200..73c15e4e8 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -551,8 +551,7 @@ deposit_cb (void *cls,
db_plugin->insert_aggregation_tracking (db_plugin->cls,
au->session,
&au->wtid,
- row_id,
- au->execution_time))
+ row_id))
{
GNUNET_break (0);
return GNUNET_SYSERR;
@@ -643,8 +642,7 @@ aggregate_cb (void *cls,
db_plugin->insert_aggregation_tracking (db_plugin->cls,
au->session,
&au->wtid,
- row_id,
- au->execution_time))
+ row_id))
{
GNUNET_break (0);
return GNUNET_SYSERR;