exchange

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

commit 288286e0fee838aca8d23fd3829d024b3176c6c9
parent 758afecc1bf42cbfa498f10a9a9735e99758b605
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 16 Nov 2023 15:35:43 +0100

-fix typo in SQL

Diffstat:
Msrc/exchangedb/pg_trigger_aml_process.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/pg_trigger_aml_process.c b/src/exchangedb/pg_trigger_aml_process.c @@ -48,7 +48,7 @@ TEH_PG_trigger_aml_process ( ",status)" "VALUES" "($1, $2, 1)" // 1: decision needed - "ON CONFLICT DO" + " ON CONFLICT DO" " UPDATE SET" " threshold=$2" " ,status=status | 1;"); // do not clear 'frozen' status