aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-16 17:28:41 +0200
committerFlorian Dold <florian@dold.me>2024-06-16 17:28:41 +0200
commit4f91af9910c31259b546b96cb01e49f9a944e10c (patch)
treef080ca1e42388e8eef8096d7cd4ef523c25b236d
parent23f3f1aaadb448f520c45216645f160557a9658a (diff)
pass main currency to currency spec parser
m---------contrib/wallet-core0
-rw-r--r--src/backend/taler-merchant-httpd.c1
2 files changed, 1 insertions, 0 deletions
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject 608c1bb0b435eb64420388a1a5809df3d1146bc
+Subproject d991d02b19520adc361df10e6ae9369ef89bbae
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index a7c1cbb4..a121251e 100644
--- 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))
{