diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-09-15 22:20:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-09-15 22:20:07 +0200 |
commit | 528faeab81ba240329140eb1587ccc542736c1dc (patch) | |
tree | 639283b45f05dcd7ad9e2e5c89a28cf3f9dbefd8 /src/include | |
parent | 46e4ea696cdba772ad5d6f8d79cf2e6586ef9979 (diff) |
fix #5315, including more testing
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 15 |
1 files changed, 3 insertions, 12 deletions
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; }; |