summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_aml_threshold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_aml_threshold.c')
-rw-r--r--src/exchangedb/pg_select_aml_threshold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_select_aml_threshold.c b/src/exchangedb/pg_select_aml_threshold.c
index 7a79b70c1..23286f029 100644
--- a/src/exchangedb/pg_select_aml_threshold.c
+++ b/src/exchangedb/pg_select_aml_threshold.c
@@ -54,8 +54,8 @@ TEH_PG_select_aml_threshold (
PREPARE (pg,
"select_aml_threshold",
"SELECT"
- " threshold_val"
- ",threshold_frac"
+ " threshold"
+ ",status"
",kyc_requirement"
" FROM aml_status"
" WHERE h_payto=$1;");