summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-04 05:19:47 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-04 05:19:47 +0200
commit27300ad1ccb56ad1f83cb3769f64dae21f5a0b85 (patch)
treee90ef82ae3ed47c36792924c4e3b660346c67adb /src/exchange
parent9f0245ca991b6284f474cca9c0e466f0eec5d738 (diff)
downloadexchange-27300ad1ccb56ad1f83cb3769f64dae21f5a0b85.tar.gz
exchange-27300ad1ccb56ad1f83cb3769f64dae21f5a0b85.tar.bz2
exchange-27300ad1ccb56ad1f83cb3769f64dae21f5a0b85.zip
round exec time
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-aggregator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index aeafd60f6..7d9390abf 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -434,6 +434,7 @@ deposit_cb (void *cls,
au->row_id = row_id;
au->wire = (json_t *) wire;
au->execution_time = GNUNET_TIME_absolute_get ();
+ (void) GNUNET_TIME_round_abs (&au->execution_time);
TALER_JSON_hash (au->wire,
&au->h_wire);
json_incref (au->wire);