gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: rename: TALER_config_get_denom->amou


From: gnunet
Subject: [taler-sync] branch master updated: rename: TALER_config_get_denom->amount
Date: Sun, 19 Jan 2020 20:38:47 +0100

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

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 8539445  rename: TALER_config_get_denom->amount
8539445 is described below

commit 8539445f6b72520e82260fc5f5b0b305f9873ad5
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 19 20:38:44 2020 +0100

    rename: TALER_config_get_denom->amount
---
 src/sync/sync-httpd.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/sync/sync-httpd.c b/src/sync/sync-httpd.c
index 7b9587b..b6a047a 100644
--- a/src/sync/sync-httpd.c
+++ b/src/sync/sync-httpd.c
@@ -549,10 +549,10 @@ run (void *cls,
     return;
   }
   if (GNUNET_OK !=
-      TALER_config_get_denom (config,
-                              "sync",
-                              "ANNUAL_FEE",
-                              &SH_annual_fee))
+      TALER_config_get_amount (config,
+                               "sync",
+                               "ANNUAL_FEE",
+                               &SH_annual_fee))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "sync",

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



reply via email to

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