summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/pg_lookup_kyc_process_by_account.c2
1 files 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
index e8d9eaa94..b077661c5 100644
--- 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 (