diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-24 22:53:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-24 22:53:32 +0200 |
commit | 9044449f5bfa018fb4e8b2fb59e8071f3c019833 (patch) | |
tree | 79ce77777e4c0beef22881c31b7baea6474df2bf /src | |
parent | 71ae493c7a7601b418de4f5c83159d46abf677b8 (diff) |
round time
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index 16104a64b..a3e55dc8a 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, |