gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: round timestamp so


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: round timestamp so that the exchange does not crash when converting to JSON
Date: Mon, 27 Nov 2017 23:51:02 +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 9041840  round timestamp so that the exchange does not crash when 
converting to JSON
9041840 is described below

commit 9041840d6e1caa5a0a4f8222b312b547ccd2ab1b
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Nov 27 23:50:59 2017 +0100

    round timestamp so that the exchange does not crash when converting to JSON
---
 src/exchange/taler-exchange-aggregator.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 5e0c52c..84aef1a 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -961,6 +961,7 @@ expired_reserve_cb (void *cls,
 
   GNUNET_assert (NULL == ctc);
   now = GNUNET_TIME_absolute_get ();
+  (void) GNUNET_TIME_round_abs (&now);
 
   /* lookup wire plugin */
   type = extract_type (account_details);

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



reply via email to

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