[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] 03/03: note
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] 03/03: note |
Date: |
Tue, 10 Jul 2018 15:39:57 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
commit 1d81c99dca374bcdcac71e6bcb4cda93b2b58285
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jul 10 15:39:44 2018 +0200
note
---
src/exchangedb/plugin_exchangedb_postgres.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c
b/src/exchangedb/plugin_exchangedb_postgres.c
index 59b4cfa..a9ffbba 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"
--
To stop receiving notification emails like this one, please contact
address@hidden