gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: -allow plugin costs to vary


From: gnunet
Subject: [taler-anastasis] branch master updated: -allow plugin costs to vary
Date: Thu, 26 Aug 2021 20:39:11 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new fdc1f5e  -allow plugin costs to vary
fdc1f5e is described below

commit fdc1f5e2bd9c67a2f45bd885e274b0ad2330a070
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 26 20:39:09 2021 +0200

    -allow plugin costs to vary
---
 src/restclient/anastasis_api_config.c | 5 +----
 1 file changed, 1 insertion(+), 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]