commit bc8fc7096d81804d66b62aec7195a3eb39003af6 parent 2d9d970bca7df7a45b60877baa608956e57c00e1 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 18 Feb 2024 12:54:27 +0100 -explain Diffstat:
| M | src/exchangedb/pg_lookup_kyc_process_by_account.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/exchangedb/pg_lookup_kyc_process_by_account.c b/src/exchangedb/pg_lookup_kyc_process_by_account.c @@ -71,6 +71,8 @@ TEH_PG_lookup_kyc_process_by_account ( " WHERE h_payto=$1" " AND provider_section=$2" " AND NOT finished" + /* Note: there *should* only be one unfinished + match, so this is just to be safe(r): */ " ORDER BY expiration_time DESC" " LIMIT 1;"); return GNUNET_PQ_eval_prepared_singleton_select (