aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_aml_decision.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-30 20:34:57 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-30 20:34:57 +0100
commit5754adc414eaca8dcc2de47b6fcc12e9d1979c12 (patch)
tree681ea4afe8e95ff4a21c3cbddcfc95c0feb0eaa0 /src/exchangedb/pg_insert_aml_decision.c
parentc5773ce206d8ac53811060f9bd792fad6c9daaff (diff)
downloadexchange-5754adc414eaca8dcc2de47b6fcc12e9d1979c12.tar.xz
-implement lookup aml staff
Diffstat (limited to 'src/exchangedb/pg_insert_aml_decision.c')
-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 94f30275a..d046c87f9 100644
--- a/src/exchangedb/pg_insert_aml_decision.c
+++ b/src/exchangedb/pg_insert_aml_decision.c
@@ -43,7 +43,7 @@ TEH_PG_insert_aml_decision (
GNUNET_PQ_query_param_auto_from_type (h_payto),
TALER_PQ_query_param_amount (new_threshold),
GNUNET_PQ_query_param_uint32 (&ns),
- GNUNET_PQ_query_param_timestamp (&decision_time),
+ GNUNET_PQ_query_param_absolute_time (&decision_time),
GNUNET_PQ_query_param_string (justification),
GNUNET_PQ_query_param_auto_from_type (decider_pub),
GNUNET_PQ_query_param_auto_from_type (decider_sig),