gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: typo


From: gnunet
Subject: [taler-exchange] branch master updated: typo
Date: Fri, 17 Nov 2023 09:03:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 257ca169 typo
257ca169 is described below

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

    typo
---
 src/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
index f46a73d0..c8ed7e92 100644
--- 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;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]