diff options
| author | Christian Grothoff <christian@grothoff.org> | 2023-04-10 23:28:40 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2023-04-10 23:28:40 +0200 | 
| commit | 4e9c43954e8e8ce74cfde2ea647b0e87676a0ef7 (patch) | |
| tree | b3d3e4832f47e52a607a2446d799f102e8f49d17 /src/exchangedb/pg_select_aml_threshold.c | |
| parent | 122c926493f2a22820f280fd2546e495e6b5874d (diff) | |
-fix SQL query
Diffstat (limited to 'src/exchangedb/pg_select_aml_threshold.c')
| -rw-r--r-- | src/exchangedb/pg_select_aml_threshold.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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;");  | 
