summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_aml_threshold.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-12 22:02:45 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-12 22:02:51 +0100
commit6db4bdbe6e39b84b995b11ab132a7c6706686677 (patch)
tree33bccdbe6c912158064799962a1a37cbf39b0bb3 /src/exchangedb/pg_select_aml_threshold.c
parent174022907ba612e41d716f2bf5faf63ffc7c2332 (diff)
downloadexchange-6db4bdbe6e39b84b995b11ab132a7c6706686677.tar.gz
exchange-6db4bdbe6e39b84b995b11ab132a7c6706686677.tar.bz2
exchange-6db4bdbe6e39b84b995b11ab132a7c6706686677.zip
-more work on AML triggers for P2P transfers
Diffstat (limited to 'src/exchangedb/pg_select_aml_threshold.c')
-rw-r--r--src/exchangedb/pg_select_aml_threshold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_select_aml_threshold.c b/src/exchangedb/pg_select_aml_threshold.c
index 723524adf..e67a57a39 100644
--- a/src/exchangedb/pg_select_aml_threshold.c
+++ b/src/exchangedb/pg_select_aml_threshold.c
@@ -41,7 +41,7 @@ TEH_PG_select_aml_threshold (
uint32_t status32 = TALER_AML_NORMAL;
struct GNUNET_PQ_ResultSpec rs[] = {
TALER_PQ_RESULT_SPEC_AMOUNT ("threshold",
- &threshold),
+ threshold),
GNUNET_PQ_result_spec_uint32 ("status",
&status32),
GNUNET_PQ_result_spec_end