summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-22 14:55:59 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-22 14:55:59 +0800
commit078f26f0bdfe5c31f04ec2088e5a19f62e55d77d (patch)
tree5abb1839d5bd24345fc51bd4032affd3bf17ff48 /src/lib
parent4f8d213a56eaff3d9841c73656faf669663564c9 (diff)
downloadmerchant-078f26f0bdfe5c31f04ec2088e5a19f62e55d77d.tar.gz
merchant-078f26f0bdfe5c31f04ec2088e5a19f62e55d77d.tar.bz2
merchant-078f26f0bdfe5c31f04ec2088e5a19f62e55d77d.zip
-currency code was removed from currency specifications
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_get_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c
index 401d4829..46c4080c 100644
--- a/src/lib/merchant_api_get_config.c
+++ b/src/lib/merchant_api_get_config.c
@@ -203,6 +203,7 @@ handle_config_finished (void *cls,
struct TALER_CurrencySpecification *cs = &cspecs[off++];
struct GNUNET_JSON_Specification cspec[] = {
TALER_JSON_spec_currency_specification (curr,
+ curr,
cs),
GNUNET_JSON_spec_end ()
};