diff options
Diffstat (limited to 'src/exchangedb/pg_update_aml_officer.c')
-rw-r--r-- | src/exchangedb/pg_update_aml_officer.c | 2 |
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 f756e6e2c..2f5b0ff90 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 }; |