round timestamp so that the exchange does not crash when converting to JSON
This commit is contained in:
parent
aa79aca12f
commit
9041840d6e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user