diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-14 18:59:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-14 18:59:48 +0200 |
commit | 3e6e873367c0c6b257201867e62ff552b6a0f444 (patch) | |
tree | 16435a49c0e94eccb1cebc98e259b60d21267f43 /src/include | |
parent | 74ba46db39d3a906e819cd0ed48f1d46dffe9e38 (diff) |
-start with DB cleanup
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index f3c51f4d7..cb3f7e5cd 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -279,8 +279,6 @@ struct TALER_EXCHANGEDB_TableData struct { char *payto_uri; - bool kyc_ok; - char *external_id; } wire_targets; struct @@ -3083,20 +3081,6 @@ struct TALER_EXCHANGEDB_Plugin /** - * Set the KYC status to "OK" for a bank account. - * - * @param cls the @e cls of this struct with the plugin-specific state - * @param h_payto which account has been checked - * @param id ID data to persist - * @return transaction status - */ - enum GNUNET_DB_QueryStatus - (*set_kyc_ok)(void *cls, - const struct TALER_PaytoHashP *h_payto, - const char *id); - - - /** * Extract next KYC alert. Deletes the alert. * * @param cls the @e cls of this struct with the plugin-specific state |