From fdc1f5e2bd9c67a2f45bd885e274b0ad2330a070 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Aug 2021 20:39:09 +0200 Subject: -allow plugin costs to vary --- src/restclient/anastasis_api_config.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/restclient/anastasis_api_config.c b/src/restclient/anastasis_api_config.c index 2f6dc3c..acb0967 100644 --- a/src/restclient/anastasis_api_config.c +++ b/src/restclient/anastasis_api_config.c @@ -219,10 +219,7 @@ handle_config_finished (void *cls, GNUNET_JSON_parse (json_array_get (methods, i), spec, - NULL, NULL)) || - (0 != - strcasecmp (m->usage_fee.currency, - acfg.currency)) ) + NULL, NULL)) ) { GNUNET_break_op (0); GNUNET_JSON_parse_free (spec); -- cgit v1.2.3