From 6db4bdbe6e39b84b995b11ab132a7c6706686677 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Feb 2023 22:02:45 +0100 Subject: -more work on AML triggers for P2P transfers --- src/exchangedb/pg_select_aml_threshold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 -- cgit v1.2.3