From c75ac3b61295e380f8ea59a75d26426fefe2e4f9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Mar 2017 01:36:15 +0100 Subject: revise exchangedb structure eliminating duplicated wire transfer date from aggregations, instead joining it from wire_out when needed --- src/exchange/taler-exchange-aggregator.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/exchange') 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; -- cgit v1.2.3