From e68d07fc257d4b6fee51f5ed24950368bbea51ad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 May 2016 15:34:24 +0200 Subject: making DB scheme nice --- src/exchange/taler-exchange-aggregator.c | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index 7d9390abf..64b05d0f7 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -448,14 +448,8 @@ deposit_cb (void *cls, db_plugin->insert_aggregation_tracking (db_plugin->cls, au->session, &au->wtid, - merchant_pub, - &au->h_wire, - h_contract, - transaction_id, - au->execution_time, - coin_pub, - amount_with_fee, - deposit_fee)) + row_id, + au->execution_time)) { GNUNET_break (0); return GNUNET_SYSERR; @@ -548,14 +542,8 @@ aggregate_cb (void *cls, db_plugin->insert_aggregation_tracking (db_plugin->cls, au->session, &au->wtid, - merchant_pub, - &au->h_wire, - h_contract, - transaction_id, - au->execution_time, - coin_pub, - amount_with_fee, - deposit_fee)) + row_id, + au->execution_time)) { GNUNET_break (0); return GNUNET_SYSERR; -- cgit v1.2.3