From 64de8a0fe6cffc0ffe35083397981618ff7bd78f Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 28 Jan 2019 16:48:27 +0100 Subject: Fix /deposit-confirmation as per JSON encode/decode. --- src/auditor/taler-auditor-httpd_deposit-confirmation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/auditor/taler-auditor-httpd_deposit-confirmation.c') diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation.c b/src/auditor/taler-auditor-httpd_deposit-confirmation.c index 8b6ed1c6c..99dbbbb05 100644 --- a/src/auditor/taler-auditor-httpd_deposit-confirmation.c +++ b/src/auditor/taler-auditor-httpd_deposit-confirmation.c @@ -237,9 +237,9 @@ TAH_DEPOSIT_CONFIRMATION_handler (struct TAH_RequestHandler *rh, GNUNET_JSON_spec_fixed_auto ("exchange_sig", &dc.exchange_sig), GNUNET_JSON_spec_fixed_auto ("exchange_pub", &dc.exchange_pub), GNUNET_JSON_spec_fixed_auto ("master_pub", &es.master_public_key), - GNUNET_JSON_spec_fixed_auto ("ep_start", &es.ep_start), - GNUNET_JSON_spec_fixed_auto ("ep_expire", &es.ep_expire), - GNUNET_JSON_spec_fixed_auto ("ep_end", &es.ep_end), + GNUNET_JSON_spec_absolute_time ("ep_start", &es.ep_start), + GNUNET_JSON_spec_absolute_time ("ep_expire", &es.ep_expire), + GNUNET_JSON_spec_absolute_time ("ep_end", &es.ep_end), GNUNET_JSON_spec_fixed_auto ("master_sig", &es.master_sig), GNUNET_JSON_spec_end () }; -- cgit v1.2.3