From e0d46f96859b33b3f04791028e30bce4f0173567 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jan 2024 12:08:53 +0100 Subject: auditordb tabularasa --- src/lib/auditor_api_get_config.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/auditor_api_get_config.c b/src/lib/auditor_api_get_config.c index 8f865a608..1e8e0bb30 100644 --- a/src/lib/auditor_api_get_config.c +++ b/src/lib/auditor_api_get_config.c @@ -33,7 +33,7 @@ * Which revision of the Taler auditor protocol is implemented * by this library? Used to determine compatibility. */ -#define TALER_PROTOCOL_CURRENT 0 +#define TALER_PROTOCOL_CURRENT 1 /** * How many revisions back are we compatible to? @@ -111,6 +111,8 @@ decode_config_json (const json_t *resp_obj, &pv), GNUNET_JSON_spec_string ("version", &ver), + GNUNET_JSON_spec_fixed_auto ("exchange_master_public_key", + &vi->exchange_master_public_key), GNUNET_JSON_spec_fixed_auto ("auditor_public_key", &vi->auditor_pub), GNUNET_JSON_spec_end () -- cgit v1.2.3