From 3cdf7dfaaac3595b07931b385b3ce4aa8e67ebed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Aug 2021 16:31:33 +0200 Subject: -use new GNUNET_TIME_relative_is_zero API --- src/lib/auditor_api_deposit_confirmation.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/auditor_api_deposit_confirmation.c') diff --git a/src/lib/auditor_api_deposit_confirmation.c b/src/lib/auditor_api_deposit_confirmation.c index 2afbfd1e..93d7d557 100644 --- a/src/lib/auditor_api_deposit_confirmation.c +++ b/src/lib/auditor_api_deposit_confirmation.c @@ -227,7 +227,8 @@ verify_signatures (const struct GNUNET_HashCode *h_wire, TALER_LOG_WARNING ("Invalid signature on exchange signing key!\n"); return GNUNET_SYSERR; } - if (0 == GNUNET_TIME_absolute_get_remaining (ep_end).rel_value_us) + if (GNUNET_TIME_relative_is_zero ( + GNUNET_TIME_absolute_get_remaining (ep_end))) { GNUNET_break (0); TALER_LOG_WARNING ("Exchange signing key is no longer valid!\n"); -- cgit v1.2.3