diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-aggregation.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-aggregation.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/auditor/taler-helper-auditor-aggregation.c b/src/auditor/taler-helper-auditor-aggregation.c index c6398be2f..3bc8c7701 100644 --- a/src/auditor/taler-helper-auditor-aggregation.c +++ b/src/auditor/taler-helper-auditor-aggregation.c | |||
@@ -756,7 +756,6 @@ wire_transfer_information_cb ( | |||
756 | 756 | ||
757 | /* Obtain coin's transaction history */ | 757 | /* Obtain coin's transaction history */ |
758 | qs = TALER_ARL_edb->get_coin_transactions (TALER_ARL_edb->cls, | 758 | qs = TALER_ARL_edb->get_coin_transactions (TALER_ARL_edb->cls, |
759 | TALER_ARL_esession, | ||
760 | coin_pub, | 759 | coin_pub, |
761 | GNUNET_YES, | 760 | GNUNET_YES, |
762 | &tl); | 761 | &tl); |
@@ -770,7 +769,6 @@ wire_transfer_information_cb ( | |||
770 | return; | 769 | return; |
771 | } | 770 | } |
772 | qs = TALER_ARL_edb->get_known_coin (TALER_ARL_edb->cls, | 771 | qs = TALER_ARL_edb->get_known_coin (TALER_ARL_edb->cls, |
773 | TALER_ARL_esession, | ||
774 | coin_pub, | 772 | coin_pub, |
775 | &coin); | 773 | &coin); |
776 | if (qs <= 0) | 774 | if (qs <= 0) |
@@ -946,7 +944,6 @@ get_wire_fee (struct AggregationContext *ac, | |||
946 | wfi = GNUNET_new (struct WireFeeInfo); | 944 | wfi = GNUNET_new (struct WireFeeInfo); |
947 | if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != | 945 | if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != |
948 | TALER_ARL_edb->get_wire_fee (TALER_ARL_edb->cls, | 946 | TALER_ARL_edb->get_wire_fee (TALER_ARL_edb->cls, |
949 | TALER_ARL_esession, | ||
950 | method, | 947 | method, |
951 | timestamp, | 948 | timestamp, |
952 | &wfi->start_date, | 949 | &wfi->start_date, |
@@ -1083,7 +1080,6 @@ check_wire_out_cb (void *cls, | |||
1083 | return GNUNET_SYSERR; | 1080 | return GNUNET_SYSERR; |
1084 | } | 1081 | } |
1085 | qs = TALER_ARL_edb->lookup_wire_transfer (TALER_ARL_edb->cls, | 1082 | qs = TALER_ARL_edb->lookup_wire_transfer (TALER_ARL_edb->cls, |
1086 | TALER_ARL_esession, | ||
1087 | wtid, | 1083 | wtid, |
1088 | &wire_transfer_information_cb, | 1084 | &wire_transfer_information_cb, |
1089 | &wcc); | 1085 | &wcc); |
@@ -1258,7 +1254,6 @@ analyze_aggregations (void *cls) | |||
1258 | ac.qs = GNUNET_DB_STATUS_SUCCESS_ONE_RESULT; | 1254 | ac.qs = GNUNET_DB_STATUS_SUCCESS_ONE_RESULT; |
1259 | qs = TALER_ARL_edb->select_wire_out_above_serial_id ( | 1255 | qs = TALER_ARL_edb->select_wire_out_above_serial_id ( |
1260 | TALER_ARL_edb->cls, | 1256 | TALER_ARL_edb->cls, |
1261 | TALER_ARL_esession, | ||
1262 | ppa.last_wire_out_serial_id, | 1257 | ppa.last_wire_out_serial_id, |
1263 | &check_wire_out_cb, | 1258 | &check_wire_out_cb, |
1264 | &ac); | 1259 | &ac); |