diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-07 23:51:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-07 23:56:07 +0100 |
commit | 97f3e30c3d4081a6765c914c94b6cbf3a75110f3 (patch) | |
tree | 5ff0d97240d39ab987564154d9d9a3f4a88eebf5 /src/lib | |
parent | c6b14a97c57528cbcf5e23e20707e8ec50b7faec (diff) | |
parent | e0d46f96859b33b3f04791028e30bce4f0173567 (diff) |
fixing merge conflict
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/auditor_api_get_config.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 () |