summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-31 13:27:50 +0100
committerChristian Grothoff <christian@grothoff.org>2021-10-31 13:27:50 +0100
commit35e35066600ce44075e763e6fe6892dbccfac1c8 (patch)
treeaed824a8b3eb63b2a56fbda27f5b35570e6cdf62 /src/include
parent43ee9da01dce57260f3c3c706655f2b830474be2 (diff)
downloadexchange-35e35066600ce44075e763e6fe6892dbccfac1c8.tar.gz
exchange-35e35066600ce44075e763e6fe6892dbccfac1c8.tar.bz2
exchange-35e35066600ce44075e763e6fe6892dbccfac1c8.zip
fixing SQL statements
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 3c754539a..1355615cb 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2715,26 +2715,6 @@ struct TALER_EXCHANGEDB_Plugin
/**
- * Test if a deposit was marked as done, thereby declaring that it
- * cannot be refunded anymore.
- *
- * @param cls the @e cls of this struct with the plugin-specific state
- * @param coin_pub the coin to check for deposit
- * @param merchant_pub merchant to receive the deposit
- * @param h_contract_terms contract terms of the deposit
- * @return #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if is is marked done,
- * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if not,
- * otherwise transaction error status (incl. deposit unknown)
- */
- enum GNUNET_DB_QueryStatus
- (*test_deposit_done)(void *cls,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
- const struct TALER_MerchantPublicKeyP *merchant_pub,
- const struct
- TALER_PrivateContractHash *h_contract_terms);
-
-
- /**
* Mark a deposit as done, thereby declaring that it cannot be
* executed at all anymore, and should no longer be returned by
* @e iterate_ready_deposits() or @e iterate_matching_deposits().