gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: move common logic to parse curr


From: gnunet
Subject: [taler-taler-mdb] branch master updated: move common logic to parse currency into libtalerutil
Date: Sun, 15 Mar 2020 20:10:20 +0100

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 10d1304  move common logic to parse currency into libtalerutil
10d1304 is described below

commit 10d13043fed5aca90f2380943edb5694b8f9bf2b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 15 20:10:11 2020 +0100

    move common logic to parse currency into libtalerutil
---
 src/main.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/main.c b/src/main.c
index ba1b6dc..3c8227b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2868,14 +2868,9 @@ run (void *cls,
 
   /* parse the configuration file */
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_string (cfg,
-                                             "taler",
-                                             "currency",
-                                             &currency))
+      TALER_config_get_currency (cfg,
+                                 &currency))
   {
-    GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
-                               "taler",
-                               "currency");
     global_ret = EXIT_FAILURE;
     return;
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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