From 9572337aed3ebc5f0654db11c10babc88560c481 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Dec 2020 21:07:56 +0100 Subject: more management API tests and bugfixes --- src/exchangedb/plugin_exchangedb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 1a591bb80..7918f540b 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -7664,8 +7664,8 @@ postgres_insert_wire (void *cls, { struct GNUNET_PQ_QueryParam params[] = { GNUNET_PQ_query_param_string (payto_uri), - GNUNET_PQ_query_param_absolute_time (&start_date), GNUNET_PQ_query_param_auto_from_type (master_sig), + GNUNET_PQ_query_param_absolute_time (&start_date), GNUNET_PQ_query_param_end }; -- cgit v1.2.3