diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:50:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:50:20 +0200 |
commit | 9e5dc2a5423992023123a3f2afe1c41343145422 (patch) | |
tree | f6484066c060321f489c270b0e48b63f0f154bad /src/exchangedb/test_exchangedb.c | |
parent | 75dbf20cedb45d806a93b35124d10d9746527e88 (diff) |
-remove dead argument
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index 54601c48d..b6b8a46b3 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1707,7 +1707,6 @@ run (void *cls) qs = plugin->get_coin_transactions (plugin->cls, &refresh.coin.coin_pub, - GNUNET_YES, &tl); FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs); plugin->free_coin_transaction_list (plugin->cls, @@ -1946,7 +1945,6 @@ run (void *cls) FAILIF (1 != auditor_row_cnt); qs = plugin->get_coin_transactions (plugin->cls, &refund.coin.coin_pub, - GNUNET_YES, &tl); FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs); GNUNET_assert (NULL != tl); |