summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-18 16:55:16 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-18 16:55:16 +0100
commit5c3d25eb29ec9b36dfd09eb65abcad5fd2421142 (patch)
treed079f1ad1cb2596601c0da94e71e1bb9c20b28e1 /src/exchange-lib/exchange_api_handle.c
parent63c96a1903c22263cf299f3e944decd91c6773bf (diff)
downloadexchange-5c3d25eb29ec9b36dfd09eb65abcad5fd2421142.tar.gz
exchange-5c3d25eb29ec9b36dfd09eb65abcad5fd2421142.tar.bz2
exchange-5c3d25eb29ec9b36dfd09eb65abcad5fd2421142.zip
implement #5254
Diffstat (limited to 'src/exchange-lib/exchange_api_handle.c')
-rw-r--r--src/exchange-lib/exchange_api_handle.c2
1 files changed, 2 insertions, 0 deletions
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()
};