exchange

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

commit 257ca169bbf12ae817f51736d1ba94c475f6a48b
parent fcd3493558dafd0bd667c3918e4a4d583bdc2e08
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Nov 2023 09:03:01 +0100

typo

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

diff --git a/src/exchangedb/exchange_do_insert_aml_decision.sql b/src/exchangedb/exchange_do_insert_aml_decision.sql @@ -77,7 +77,7 @@ ELSE ,in_requirement_row) ON CONFLICT (h_payto) DO UPDATE SET - threshold=in_new_threshod + threshold=in_new_threshold ,status=in_new_status; END IF;