From caf6807856e3044f7e1065d84ca189e4d89b3b12 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Aug 2021 10:20:58 +0200 Subject: -fix assertion failure caused by testcase --- src/exchangedb/plugin_exchangedb_postgres.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index d0330d784..f589b92fc 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2753,6 +2753,14 @@ postgres_insert_denomination_info ( }; (void) cls; + GNUNET_assert (0 != GNUNET_TIME_absolute_ntoh ( + issue->properties.start).abs_value_us); + GNUNET_assert (0 != GNUNET_TIME_absolute_ntoh ( + issue->properties.expire_withdraw).abs_value_us); + GNUNET_assert (0 != GNUNET_TIME_absolute_ntoh ( + issue->properties.expire_deposit).abs_value_us); + GNUNET_assert (0 != GNUNET_TIME_absolute_ntoh ( + issue->properties.expire_legal).abs_value_us); /* check fees match coin currency */ GNUNET_assert (GNUNET_YES == TALER_amount_cmp_currency_nbo (&issue->properties.value, -- cgit v1.2.3