aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-05 08:33:29 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-05 08:33:29 +0200
commit6d8f773ed31885d2438edd1cfa363411076082fd (patch)
tree40a5cb5463b0ab9e9cd218cdfce448782649a88b
parent88a52ce02d3317ecee8aa54a45825670cd5c3e85 (diff)
-typo
-rw-r--r--src/exchangedb/pg_insert_aml_decision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_insert_aml_decision.c b/src/exchangedb/pg_insert_aml_decision.c
index 281f18541..17edb9873 100644
--- a/src/exchangedb/pg_insert_aml_decision.c
+++ b/src/exchangedb/pg_insert_aml_decision.c
@@ -63,7 +63,7 @@ TEH_PG_insert_aml_decision (
TALER_PQ_query_param_json (new_rules),
GNUNET_PQ_query_param_bool (to_investigate),
NULL != new_measure_name
- ? TALER_PQ_query_param_string (new_measure_name)
+ ? GNUNET_PQ_query_param_string (new_measure_name)
: GNUNET_PQ_query_param_null (),
NULL != jmeasures
? TALER_PQ_query_param_json (jmeasures)