gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 01/02: round time


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 01/02: round time
Date: Sat, 24 Aug 2019 22:56:11 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 9044449f5bfa018fb4e8b2fb59e8071f3c019833
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 24 22:53:32 2019 +0200

    round time
---
 src/auditor/taler-wire-auditor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index 16104a64..a3e55dc8 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -674,6 +674,7 @@ check_for_required_transfers ()
   enum GNUNET_DB_QueryStatus qs;
   
   next_timestamp = GNUNET_TIME_absolute_get ();
+  (void) GNUNET_TIME_round_abs (&next_timestamp);
   /* Subtract #GRACE_PERIOD, so we can be a bit behind in processing
      without immediately raising undue concern */
   next_timestamp = GNUNET_TIME_absolute_subtract (next_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]