gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 07/11: implement mandatory rounding of tim


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 07/11: implement mandatory rounding of timestamp
Date: Fri, 21 Jul 2017 23:20:05 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 12b0ea3d3dcbefb89e6436cff2b73475cd577ae0
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jul 21 19:28:57 2017 +0200

    implement mandatory rounding of timestamp
---
 src/lib/test_merchant_api.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index a7af688..32a25f3 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1995,6 +1995,7 @@ interpreter_run (void *cls)
     GNUNET_assert (NULL != (order = json_loads (cmd->details.proposal.order,
                                                 JSON_REJECT_DUPLICATES,
                                                 &error)));
+    (void) GNUNET_TIME_round_abs (&timestamp);
     json_object_set_new (order,
                          "timestamp",
                          GNUNET_JSON_from_time_abs (timestamp));

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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