diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-10 15:39:44 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-10 15:39:44 +0200 |
commit | 1d81c99dca374bcdcac71e6bcb4cda93b2b58285 (patch) | |
tree | bcc3c1f17f2af52ba5b546df58ba55494d3d60af /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 6801c690b765794d839712361b87c046a2bd59e0 (diff) |
note
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 59b4cfa74..a9ffbba86 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -1292,7 +1292,7 @@ postgres_prepare (PGconn *db_conn) /** * Methods needed to implement KYC monitoring. * - * 1 Sum money flow for a (unchecked) merchant. + * 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 @@ -1327,6 +1327,8 @@ postgres_prepare (PGconn *db_conn) "($1, FALSE)", 1), + + /* NOTE: NOT used yet, just _potentially_ needed. */ GNUNET_PQ_make_prepare ("unmark_kyc_merchant", "UPDATE kyc_merchants" " SET" |