From 35e35066600ce44075e763e6fe6892dbccfac1c8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 31 Oct 2021 13:27:50 +0100 Subject: fixing SQL statements --- src/include/taler_exchangedb_plugin.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 3c754539..1355615c 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2714,26 +2714,6 @@ struct TALER_EXCHANGEDB_Plugin uint64_t rowid); - /** - * 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 -- cgit v1.2.3