summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 11:50:20 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 11:50:20 +0200
commit9e5dc2a5423992023123a3f2afe1c41343145422 (patch)
treef6484066c060321f489c270b0e48b63f0f154bad /src/include/taler_exchangedb_plugin.h
parent75dbf20cedb45d806a93b35124d10d9746527e88 (diff)
downloadexchange-9e5dc2a5423992023123a3f2afe1c41343145422.tar.gz
exchange-9e5dc2a5423992023123a3f2afe1c41343145422.tar.bz2
exchange-9e5dc2a5423992023123a3f2afe1c41343145422.zip
-remove dead argument
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 23b2702ed..48f0ff993 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -3838,14 +3838,12 @@ struct TALER_EXCHANGEDB_Plugin
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param coin_pub coin to investigate
- * @param include_recoup include recoup transactions of the coin?
* @param[out] tlp set to list of transactions, NULL if coin is fresh
* @return database transaction status
*/
enum GNUNET_DB_QueryStatus
(*get_coin_transactions)(void *cls,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
- bool include_recoup,
struct TALER_EXCHANGEDB_TransactionList **tlp);