gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix


From: gnunet
Subject: [taler-exchange] branch master updated: -fix
Date: Thu, 03 Nov 2022 22:24:30 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d35dd38a -fix
d35dd38a is described below

commit d35dd38a6f0f3b2eaa168944358c5db02bb49093
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 3 22:24:26 2022 +0100

    -fix
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index b6715af8..28dbdbaa 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -11158,7 +11158,7 @@ postgres_do_purse_merge (
   struct PostgresClosure *pg = cls;
   struct TALER_PaytoHashP h_payto;
   struct GNUNET_TIME_Timestamp expiration
-    = GNUNET_TIME_relative_to_timestamp (GNUNET_TIME_UNIT_YEARS); /* FIXME: 
make this configurable? */
+    = GNUNET_TIME_relative_to_timestamp (pg->legal_reserve_expiration_time);
   struct GNUNET_PQ_QueryParam params[] = {
     GNUNET_PQ_query_param_auto_from_type (purse_pub),
     GNUNET_PQ_query_param_auto_from_type (merge_sig),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]