gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix SQL query


From: gnunet
Subject: [taler-exchange] branch master updated: -fix SQL query
Date: Mon, 10 Apr 2023 23:28:48 +0200

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 4e9c4395 -fix SQL query
4e9c4395 is described below

commit 4e9c43954e8e8ce74cfde2ea647b0e87676a0ef7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 10 23:28:40 2023 +0200

    -fix SQL query
---
 src/exchangedb/pg_select_aml_threshold.c | 1 +
 src/include/taler_crypto_lib.h           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/exchangedb/pg_select_aml_threshold.c 
b/src/exchangedb/pg_select_aml_threshold.c
index 7a79b70c..f78a71ff 100644
--- a/src/exchangedb/pg_select_aml_threshold.c
+++ b/src/exchangedb/pg_select_aml_threshold.c
@@ -56,6 +56,7 @@ TEH_PG_select_aml_threshold (
            "SELECT"
            " threshold_val"
            ",threshold_frac"
+           ",status"
            ",kyc_requirement"
            " FROM aml_status"
            " WHERE h_payto=$1;");
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 4f52d78f..61d92483 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1947,6 +1947,7 @@ void
 TALER_payto_hash (const char *payto,
                   struct TALER_PaytoHashP *h_payto);
 
+
 /**
  * Details about a planchet that the customer wants to obtain
  * a withdrawal authorization.  This is the information that

-- 
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]