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/include | |
parent | 75dbf20cedb45d806a93b35124d10d9746527e88 (diff) |
-remove dead argument
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
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); |