diff options
| author | Jeff Burdges <burdges@gnunet.org> | 2016-05-04 23:30:36 +0200 |
|---|---|---|
| committer | Jeff Burdges <burdges@gnunet.org> | 2016-05-04 23:30:36 +0200 |
| commit | 48863ce93578ea656fe5342f0f4da1bd2bab8139 (patch) | |
| tree | ed896b67c4464d406c0bd9235123e404ae7bf8cd /src/exchange/taler-exchange-aggregator.c | |
| parent | 4141467d47a276365cbb9629b66c84b2c4e74dd4 (diff) | |
| parent | ad6a40aaa580551b2861d51740a427af05d9f165 (diff) | |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
| -rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index aeafd60f..7d9390ab 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); |
