exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 30ed0d9a4f0f5e455814600f26f182406a7b4eed
parent 7a747a240f3be968ea38c6d8bbdf1c8bfd933259
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 13 Aug 2026 18:35:36 +0200

unique constraint on kyc_alert means nothing to alert, not abort transaction

Diffstat:
Msrc/exchangedb/update_legitimization_process_by_row.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchangedb/update_legitimization_process_by_row.c b/src/exchangedb/update_legitimization_process_by_row.c @@ -117,7 +117,8 @@ TALER_EXCHANGEDB_update_legitimization_process_by_row ( " (h_payto" " ,trigger_type)" " VALUES" - " ($1,$2);"); + " ($1,$2)" + " ON CONFLICT DO NOTHING;"); qs2 = GNUNET_PQ_eval_prepared_non_select ( pg->conn, "update_legitimization_process_by_row_alert_kyc",