exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9041840d6e1caa5a0a4f8222b312b547ccd2ab1b
parent aa79aca12f6590412992a688460d141d8570e93c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 27 Nov 2017 23:50:59 +0100

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

Diffstat:
Msrc/exchange/taler-exchange-aggregator.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -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);