summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-10 15:56:57 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-10 15:56:57 +0200
commitcbed072b271a58d88a97b557f6ee5a23b29bfad2 (patch)
treef77db8bcbc644008680bf87d0def1b2cce6a567e /src/exchangedb
parent4630d92bd0693b8b9294551fb4fe556b053f5d8c (diff)
downloadexchange-cbed072b271a58d88a97b557f6ee5a23b29bfad2.tar.gz
exchange-cbed072b271a58d88a97b557f6ee5a23b29bfad2.tar.bz2
exchange-cbed072b271a58d88a97b557f6ee5a23b29bfad2.zip
Remove convenience note.
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 8aac5e43b..c600020c1 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1289,18 +1289,6 @@ postgres_prepare (PGconn *db_conn)
" LIMIT 1;",
0),
- /**
- * Methods needed to implement KYC monitoring.
- *
- * 1 Sum money flow for a (unchecked) merchant. V
- * 2 Change KYC status for a merchant. V
- * 3 Get KYC status for a merchant. V
- * 4 Put money flow event for a merchant. V
- * 5 Delete money flow records for a fresh-checked merchant.
- * 6 Put a merchant. V
- * 7 Change KYC status flag for a merchant. V
- */
-
GNUNET_PQ_make_prepare ("clean_kyc_events",
"DELETE"
" FROM kyc_events"