exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 76bf9fd02a800826056d37036cd33f927259adfa
parent 771b42763e7bf1625326b20fd8c06d543b344d8d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 Mar 2026 21:37:21 +0100

recommend typst

Diffstat:
Mdebian/control | 1+
Msrc/include/taler/taler-exchange/get-keys.h | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control @@ -90,6 +90,7 @@ Depends: Recommends: taler-exchange-offline (= ${binary:Version}), taler-terms-generator, + taler-exchange-typst, apache2 | nginx | httpd, robocop, postgresql (>=15.0) diff --git a/src/include/taler/taler-exchange/get-keys.h b/src/include/taler/taler-exchange/get-keys.h @@ -1004,7 +1004,7 @@ enum GNUNET_GenericReturnValue TALER_EXCHANGE_get_keys_set_options_ ( struct TALER_EXCHANGE_GetKeysHandle *gkh, unsigned int num_options, - const struct TALER_EXCHANGE_GetKeysOptionValue *options); + const struct TALER_EXCHANGE_GetKeysOptionValue options[]); /**