This commit is contained in:
Marcello Stanisci 2018-07-10 15:39:44 +02:00
parent 6801c690b7
commit 1d81c99dca
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1292,7 +1292,7 @@ postgres_prepare (PGconn *db_conn)
/** /**
* Methods needed to implement KYC monitoring. * 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 * 2 Change KYC status for a merchant. V
* 3 Get KYC status for a merchant. V * 3 Get KYC status for a merchant. V
* 4 Put money flow event 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, FALSE)",
1), 1),
/* NOTE: NOT used yet, just _potentially_ needed. */
GNUNET_PQ_make_prepare ("unmark_kyc_merchant", GNUNET_PQ_make_prepare ("unmark_kyc_merchant",
"UPDATE kyc_merchants" "UPDATE kyc_merchants"
" SET" " SET"