exchange

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

commit 4e9c43954e8e8ce74cfde2ea647b0e87676a0ef7
parent 122c926493f2a22820f280fd2546e495e6b5874d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 10 Apr 2023 23:28:40 +0200

-fix SQL query

Diffstat:
Msrc/exchangedb/pg_select_aml_threshold.c | 1+
Msrc/include/taler_crypto_lib.h | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -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