From 528faeab81ba240329140eb1587ccc542736c1dc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 Sep 2018 22:20:07 +0200 Subject: fix #5315, including more testing --- src/include/taler_exchange_service.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 98223fa6c..d48dd8629 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -30,14 +30,6 @@ /* ********************* /keys *********************** */ - -/** - * Temporarily disable cherrypicking until it's fixed. - * See #5315. - */ -#define TALER_EXCHANGE_API_DISABLE_CHERRYPICKING 1 - - /** * List of possible options to be passed to * #TALER_EXCHANGE_connect(). @@ -170,11 +162,10 @@ struct TALER_EXCHANGE_AuditorInformation /** * Array of length @a num_denom_keys with the denomination - * keys audited by this auditor. Note that the array - * elements point to the same locations as the entries - * in the key's main `denom_keys` array. + * keys audited by this auditor. Offsets into the + * key's main `denom_keys` array. */ - const struct TALER_EXCHANGE_DenomPublicKey **denom_keys; + unsigned int *denom_key_offsets; }; -- cgit v1.2.3