summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-27 15:34:24 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-27 15:34:24 +0200
commite68d07fc257d4b6fee51f5ed24950368bbea51ad (patch)
treee96c21f94c574ddd1e456a7e54fcd80d0bdf6aa8 /src/exchange
parent5f6f524a52a511a84d4da9fbb15c2478f6e8870f (diff)
downloadexchange-e68d07fc257d4b6fee51f5ed24950368bbea51ad.tar.gz
exchange-e68d07fc257d4b6fee51f5ed24950368bbea51ad.tar.bz2
exchange-e68d07fc257d4b6fee51f5ed24950368bbea51ad.zip
making DB scheme nice
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-aggregator.c20
1 files changed, 4 insertions, 16 deletions
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;