[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: aml_decision is gone
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: aml_decision is gone |
Date: |
Wed, 31 Jul 2024 14:25:02 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 272f1d9e aml_decision is gone
272f1d9e is described below
commit 272f1d9ebc2cd2469dbaaaca94b3ea03973b3f2a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 31 14:24:59 2024 +0200
aml_decision is gone
---
src/backenddb/pg_lookup_pending_deposits.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/backenddb/pg_lookup_pending_deposits.c
b/src/backenddb/pg_lookup_pending_deposits.c
index ab8981a5..b363a62e 100644
--- a/src/backenddb/pg_lookup_pending_deposits.c
+++ b/src/backenddb/pg_lookup_pending_deposits.c
@@ -187,7 +187,6 @@ TMH_PG_lookup_pending_deposits (
" AND (mdc.exchange_url=$1)"
" AND ($4 OR (mdc.wire_transfer_deadline < $2))"
" AND ( (kyc.kyc_ok IS NULL) OR kyc.kyc_ok)"
- " AND ( (kyc.aml_decision IS NULL) OR (0=kyc.aml_decision) )"
" ORDER BY mdc.wire_transfer_deadline ASC"
" LIMIT $3");
qs = GNUNET_PQ_eval_prepared_multi_select (pg->conn,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: aml_decision is gone,
gnunet <=