diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-04-06 00:58:15 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-04-06 00:58:15 +0200 |
commit | 1b3bf1a00126baffd016676ad1d668637b8b2efe (patch) | |
tree | 3e933ba24067954bf63829a60b8ac9cf0e0ae584 /src/include | |
parent | cb1548d1a080e8d05624482534205318796a802f (diff) |
disable /keys cherrypicking until #5315 is addressedv0.5.0
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 30ea4ce66..54188e36b 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -32,6 +32,13 @@ /** + * 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(). */ |