From c7e2d206bab7f06375be2154b323ad429d13a9e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Mar 2022 03:59:31 +0100 Subject: add logic to check timestamp, revise history balance calculation logic in client --- src/exchangedb/plugin_exchangedb_postgres.c | 1 + 1 file changed, 1 insertion(+) (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 73f7b90d..3f871626 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -5595,6 +5595,7 @@ postgres_get_reserve_status (void *cls, GNUNET_PQ_query_param_end }; + /* FIXME: actually implement reserve history truncation logic! */ rhc.reserve_pub = reserve_pub; rhc.rh = NULL; rhc.rh_tail = NULL; -- cgit v1.2.3