diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index b3050542d..a2c8b8cee 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c | |||
@@ -476,7 +476,6 @@ check_coin_history (const struct TALER_CoinSpendPublicKeyP *coin_pub, | |||
476 | int have_refund; | 476 | int have_refund; |
477 | 477 | ||
478 | qs = TALER_ARL_edb->get_coin_transactions (TALER_ARL_edb->cls, | 478 | qs = TALER_ARL_edb->get_coin_transactions (TALER_ARL_edb->cls, |
479 | TALER_ARL_esession, | ||
480 | coin_pub, | 479 | coin_pub, |
481 | GNUNET_YES, | 480 | GNUNET_YES, |
482 | &tl); | 481 | &tl); |
@@ -717,7 +716,6 @@ init_denomination (const struct GNUNET_HashCode *denom_hash, | |||
717 | TALER_amount2s (&ds->denom_balance), | 716 | TALER_amount2s (&ds->denom_balance), |
718 | (unsigned long long) ds->num_issued); | 717 | (unsigned long long) ds->num_issued); |
719 | qs = TALER_ARL_edb->get_denomination_revocation (TALER_ARL_edb->cls, | 718 | qs = TALER_ARL_edb->get_denomination_revocation (TALER_ARL_edb->cls, |
720 | TALER_ARL_esession, | ||
721 | denom_hash, | 719 | denom_hash, |
722 | &msig, | 720 | &msig, |
723 | &rowid); | 721 | &rowid); |
@@ -878,7 +876,6 @@ sync_denomination (void *cls, | |||
878 | TALER_amount2s (&ds->denom_balance), | 876 | TALER_amount2s (&ds->denom_balance), |
879 | (unsigned long long) ds->num_issued); | 877 | (unsigned long long) ds->num_issued); |
880 | cnt = TALER_ARL_edb->count_known_coins (TALER_ARL_edb->cls, | 878 | cnt = TALER_ARL_edb->count_known_coins (TALER_ARL_edb->cls, |
881 | TALER_ARL_esession, | ||
882 | denom_hash); | 879 | denom_hash); |
883 | if (0 > cnt) | 880 | if (0 > cnt) |
884 | { | 881 | { |
@@ -1187,7 +1184,6 @@ check_known_coin (const char *operation, | |||
1187 | "Checking denomination signature on %s\n", | 1184 | "Checking denomination signature on %s\n", |
1188 | TALER_B2S (coin_pub)); | 1185 | TALER_B2S (coin_pub)); |
1189 | qs = TALER_ARL_edb->get_known_coin (TALER_ARL_edb->cls, | 1186 | qs = TALER_ARL_edb->get_known_coin (TALER_ARL_edb->cls, |
1190 | TALER_ARL_esession, | ||
1191 | coin_pub, | 1187 | coin_pub, |
1192 | &ci); | 1188 | &ci); |
1193 | if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs) | 1189 | if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs) |
@@ -1336,7 +1332,6 @@ refresh_session_cb (void *cls, | |||
1336 | }; | 1332 | }; |
1337 | 1333 | ||
1338 | qs = TALER_ARL_edb->get_refresh_reveal (TALER_ARL_edb->cls, | 1334 | qs = TALER_ARL_edb->get_refresh_reveal (TALER_ARL_edb->cls, |
1339 | TALER_ARL_esession, | ||
1340 | rc, | 1335 | rc, |
1341 | &reveal_data_cb, | 1336 | &reveal_data_cb, |
1342 | &reveal_ctx); | 1337 | &reveal_ctx); |
@@ -2250,7 +2245,6 @@ check_denomination ( | |||
2250 | struct TALER_AuditorSignatureP auditor_sig; | 2245 | struct TALER_AuditorSignatureP auditor_sig; |
2251 | 2246 | ||
2252 | qs = TALER_ARL_edb->select_auditor_denom_sig (TALER_ARL_edb->cls, | 2247 | qs = TALER_ARL_edb->select_auditor_denom_sig (TALER_ARL_edb->cls, |
2253 | TALER_ARL_esession, | ||
2254 | &issue->denom_hash, | 2248 | &issue->denom_hash, |
2255 | &TALER_ARL_auditor_pub, | 2249 | &TALER_ARL_auditor_pub, |
2256 | &auditor_sig); | 2250 | &auditor_sig); |
@@ -2329,7 +2323,6 @@ analyze_coins (void *cls) | |||
2329 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, | 2323 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, |
2330 | "Checking denominations...\n"); | 2324 | "Checking denominations...\n"); |
2331 | qs = TALER_ARL_edb->iterate_denomination_info (TALER_ARL_edb->cls, | 2325 | qs = TALER_ARL_edb->iterate_denomination_info (TALER_ARL_edb->cls, |
2332 | TALER_ARL_esession, | ||
2333 | &check_denomination, | 2326 | &check_denomination, |
2334 | NULL); | 2327 | NULL); |
2335 | if (0 > qs) | 2328 | if (0 > qs) |
@@ -2389,7 +2382,6 @@ analyze_coins (void *cls) | |||
2389 | if (0 > | 2382 | if (0 > |
2390 | (qs = TALER_ARL_edb->select_withdrawals_above_serial_id ( | 2383 | (qs = TALER_ARL_edb->select_withdrawals_above_serial_id ( |
2391 | TALER_ARL_edb->cls, | 2384 | TALER_ARL_edb->cls, |
2392 | TALER_ARL_esession, | ||
2393 | ppc.last_withdraw_serial_id, | 2385 | ppc.last_withdraw_serial_id, |
2394 | &withdraw_cb, | 2386 | &withdraw_cb, |
2395 | &cc)) ) | 2387 | &cc)) ) |
@@ -2404,7 +2396,6 @@ analyze_coins (void *cls) | |||
2404 | if (0 > | 2396 | if (0 > |
2405 | (qs = TALER_ARL_edb->select_refunds_above_serial_id ( | 2397 | (qs = TALER_ARL_edb->select_refunds_above_serial_id ( |
2406 | TALER_ARL_edb->cls, | 2398 | TALER_ARL_edb->cls, |
2407 | TALER_ARL_esession, | ||
2408 | ppc.last_refund_serial_id, | 2399 | ppc.last_refund_serial_id, |
2409 | &refund_cb, | 2400 | &refund_cb, |
2410 | &cc))) | 2401 | &cc))) |
@@ -2419,7 +2410,6 @@ analyze_coins (void *cls) | |||
2419 | if (0 > | 2410 | if (0 > |
2420 | (qs = TALER_ARL_edb->select_recoup_refresh_above_serial_id ( | 2411 | (qs = TALER_ARL_edb->select_recoup_refresh_above_serial_id ( |
2421 | TALER_ARL_edb->cls, | 2412 | TALER_ARL_edb->cls, |
2422 | TALER_ARL_esession, | ||
2423 | ppc.last_recoup_refresh_serial_id, | 2413 | ppc.last_recoup_refresh_serial_id, |
2424 | &recoup_refresh_cb, | 2414 | &recoup_refresh_cb, |
2425 | &cc))) | 2415 | &cc))) |
@@ -2432,7 +2422,6 @@ analyze_coins (void *cls) | |||
2432 | if (0 > | 2422 | if (0 > |
2433 | (qs = TALER_ARL_edb->select_recoup_above_serial_id ( | 2423 | (qs = TALER_ARL_edb->select_recoup_above_serial_id ( |
2434 | TALER_ARL_edb->cls, | 2424 | TALER_ARL_edb->cls, |
2435 | TALER_ARL_esession, | ||
2436 | ppc.last_recoup_serial_id, | 2425 | ppc.last_recoup_serial_id, |
2437 | &recoup_cb, | 2426 | &recoup_cb, |
2438 | &cc))) | 2427 | &cc))) |
@@ -2447,7 +2436,6 @@ analyze_coins (void *cls) | |||
2447 | if (0 > | 2436 | if (0 > |
2448 | (qs = TALER_ARL_edb->select_refreshes_above_serial_id ( | 2437 | (qs = TALER_ARL_edb->select_refreshes_above_serial_id ( |
2449 | TALER_ARL_edb->cls, | 2438 | TALER_ARL_edb->cls, |
2450 | TALER_ARL_esession, | ||
2451 | ppc.last_melt_serial_id, | 2439 | ppc.last_melt_serial_id, |
2452 | &refresh_session_cb, | 2440 | &refresh_session_cb, |
2453 | &cc))) | 2441 | &cc))) |
@@ -2462,7 +2450,6 @@ analyze_coins (void *cls) | |||
2462 | if (0 > | 2450 | if (0 > |
2463 | (qs = TALER_ARL_edb->select_deposits_above_serial_id ( | 2451 | (qs = TALER_ARL_edb->select_deposits_above_serial_id ( |
2464 | TALER_ARL_edb->cls, | 2452 | TALER_ARL_edb->cls, |
2465 | TALER_ARL_esession, | ||
2466 | ppc.last_deposit_serial_id, | 2453 | ppc.last_deposit_serial_id, |
2467 | &deposit_cb, | 2454 | &deposit_cb, |
2468 | &cc))) | 2455 | &cc))) |