round timestamp so that the exchange does not crash when converting to JSON

This commit is contained in:
Christian Grothoff 2017-11-27 23:50:59 +01:00
parent aa79aca12f
commit 9041840d6e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -961,6 +961,7 @@ expired_reserve_cb (void *cls,
GNUNET_assert (NULL == ctc);
now = GNUNET_TIME_absolute_get ();
(void) GNUNET_TIME_round_abs (&now);
/* lookup wire plugin */
type = extract_type (account_details);