From f5b99b5282e50bfaf744941d22bb5766cec76cb9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Aug 2022 19:03:30 +0200 Subject: -work on new KYC logic: remove old DB code --- src/include/taler_exchangedb_plugin.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index cb3f7e5cd..ef25fb46b 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -3226,26 +3226,6 @@ struct TALER_EXCHANGEDB_Plugin bool *nonce_reuse); - /** - * Check that reserve remains below threshold for KYC - * checks after withdraw operation. - * - * @param cls the `struct PostgresClosure` with the plugin-specific state - * @param ruuid identifies the reserve to check - * @param withdraw_start starting point to accumulate from - * @param upper_limit maximum amount allowed - * @param[out] below_limit set to true if the limit was not exceeded - * @return query execution status - */ - enum GNUNET_DB_QueryStatus - (*do_withdraw_limit_check)( - void *cls, - uint64_t ruuid, - struct GNUNET_TIME_Absolute withdraw_start, - const struct TALER_Amount *upper_limit, - bool *below_limit); - - /** * Perform deposit operation, checking for sufficient balance * of the coin and possibly persisting the deposit details. -- cgit v1.2.3