From 4e9c43954e8e8ce74cfde2ea647b0e87676a0ef7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Apr 2023 23:28:40 +0200 Subject: -fix SQL query --- src/exchangedb/pg_select_aml_threshold.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchangedb/pg_select_aml_threshold.c') 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;"); -- cgit v1.2.3