commit fdc1f5e2bd9c67a2f45bd885e274b0ad2330a070
parent b076dbb495c7bcc90bbe8e22addbc88eeb1815a1
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 26 Aug 2021 20:39:09 +0200
-allow plugin costs to vary
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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);