aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_update_aml_officer.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_update_aml_officer.c
parentc5773ce206d8ac53811060f9bd792fad6c9daaff (diff)
-implement lookup aml staff
Diffstat (limited to 'src/exchangedb/pg_update_aml_officer.c')
-rw-r--r--src/exchangedb/pg_update_aml_officer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_update_aml_officer.c b/src/exchangedb/pg_update_aml_officer.c
index f756e6e2..2f5b0ff9 100644
--- a/src/exchangedb/pg_update_aml_officer.c
+++ b/src/exchangedb/pg_update_aml_officer.c
@@ -43,7 +43,7 @@ TEH_PG_update_aml_officer (
GNUNET_PQ_query_param_string (decider_name),
GNUNET_PQ_query_param_bool (is_active),
GNUNET_PQ_query_param_bool (read_only),
- GNUNET_PQ_query_param_timestamp (&last_change),
+ GNUNET_PQ_query_param_absolute_time (&last_change),
GNUNET_PQ_query_param_end
};