summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 19:03:30 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 19:03:30 +0200
commitf5b99b5282e50bfaf744941d22bb5766cec76cb9 (patch)
treeeb708484c296852f75ffccc91edf5a5efeb45a4a /src/include
parent3e6e873367c0c6b257201867e62ff552b6a0f444 (diff)
downloadexchange-f5b99b5282e50bfaf744941d22bb5766cec76cb9.tar.gz
exchange-f5b99b5282e50bfaf744941d22bb5766cec76cb9.tar.bz2
exchange-f5b99b5282e50bfaf744941d22bb5766cec76cb9.zip
-work on new KYC logic: remove old DB code
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 cb3f7e5cd..ef25fb46b 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -3227,26 +3227,6 @@ struct TALER_EXCHANGEDB_Plugin
/**
- * 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.
*