gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: try without TS


From: gnunet
Subject: [taler-taler-mdb] branch master updated: try without TS
Date: Fri, 20 May 2022 12:13:53 +0200

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new c697789  try without TS
c697789 is described below

commit c69778910202afadb8bb25bc5d8b4bba56dad505
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri May 20 12:13:45 2022 +0200

    try without TS
---
 src/main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main.c b/src/main.c
index 756f166..4538975 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1679,9 +1679,11 @@ launch_payment (struct Product *product)
     orderReq = GNUNET_JSON_PACK (
       GNUNET_JSON_pack_string ("summary",
                                product->description),
+#if BUG
       GNUNET_JSON_pack_timestamp ("pay_deadline",
                                   GNUNET_TIME_relative_to_timestamp (
                                     PAY_TIMEOUT)),
+#endif
       GNUNET_JSON_pack_object_steal (
         "products",
         GNUNET_JSON_PACK (
@@ -1705,9 +1707,11 @@ launch_payment (struct Product *product)
     orderReq = GNUNET_JSON_PACK (
       GNUNET_JSON_pack_string ("summary",
                                product->description),
+#if BUG
       GNUNET_JSON_pack_timestamp ("pay_deadline",
                                   GNUNET_TIME_relative_to_timestamp (
                                     PAY_TIMEOUT)),
+#endif
       TALER_JSON_pack_amount ("amount",
                               &product->price),
       GNUNET_JSON_pack_string ("fulfillment_message",

-- 
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]