summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-26 20:39:09 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-26 20:39:09 +0200
commitfdc1f5e2bd9c67a2f45bd885e274b0ad2330a070 (patch)
treeda35b765d2ccdcf8a3553eb1123813e826f59f83
parentb076dbb495c7bcc90bbe8e22addbc88eeb1815a1 (diff)
downloadanastasis-fdc1f5e2bd9c67a2f45bd885e274b0ad2330a070.tar.gz
anastasis-fdc1f5e2bd9c67a2f45bd885e274b0ad2330a070.tar.bz2
anastasis-fdc1f5e2bd9c67a2f45bd885e274b0ad2330a070.zip
-allow plugin costs to vary
-rw-r--r--src/restclient/anastasis_api_config.c5
1 files changed, 1 insertions, 4 deletions
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);