From 5c3d25eb29ec9b36dfd09eb65abcad5fd2421142 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jan 2018 16:55:16 +0100 Subject: implement #5254 --- src/exchange-lib/exchange_api_handle.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchange-lib/exchange_api_handle.c') diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index 22e64b938..2810a6066 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -575,6 +575,8 @@ decode_keys_json (const json_t *resp_obj, &pub), GNUNET_JSON_spec_absolute_time ("list_issue_date", &list_issue_date), + GNUNET_JSON_spec_relative_time ("reserve_closing_delay", + &key_data->reserve_closing_delay), GNUNET_JSON_spec_end() }; -- cgit v1.2.3