commit 9044449f5bfa018fb4e8b2fb59e8071f3c019833
parent 71ae493c7a7601b418de4f5c83159d46abf677b8
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 24 Aug 2019 22:53:32 +0200
round time
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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,