commit 4f91af9910c31259b546b96cb01e49f9a944e10c parent 23f3f1aaadb448f520c45216645f160557a9658a Author: Florian Dold <florian@dold.me> Date: Sun, 16 Jun 2024 17:28:41 +0200 pass main currency to currency spec parser Diffstat:
| M | src/backend/taler-merchant-httpd.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -2270,6 +2270,7 @@ run (void *cls, if (GNUNET_OK != TALER_CONFIG_parse_currencies (cfg, + TMH_currency, &TMH_num_cspecs, &TMH_cspecs)) {