summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient')
-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);