summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_aml_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_aml_process.c')
-rw-r--r--src/exchangedb/pg_select_aml_process.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exchangedb/pg_select_aml_process.c b/src/exchangedb/pg_select_aml_process.c
index 5df5fe657..c34cae4bb 100644
--- a/src/exchangedb/pg_select_aml_process.c
+++ b/src/exchangedb/pg_select_aml_process.c
@@ -140,8 +140,7 @@ TEH_PG_select_aml_process (
"SELECT"
" aml_status_serial_id"
",h_payto"
- ",threshold_val"
- ",threshold_frac"
+ ",threshold"
",status"
" FROM aml_status"
" WHERE aml_status_serial_id > $2"
@@ -153,8 +152,7 @@ TEH_PG_select_aml_process (
"SELECT"
" aml_status_serial_id"
",h_payto"
- ",threshold_val"
- ",threshold_frac"
+ ",threshold"
",status"
" FROM aml_status"
" WHERE aml_status_serial_id < $2"