gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: rename: TALER_config_get_denom-


From: gnunet
Subject: [taler-taler-mdb] branch master updated: rename: TALER_config_get_denom->amount
Date: Sun, 19 Jan 2020 20:39:16 +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 1e464cb  rename: TALER_config_get_denom->amount
1e464cb is described below

commit 1e464cbc9e230895ad3cee64f83bc4452b12e767
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 19 20:39:14 2020 +0100

    rename: TALER_config_get_denom->amount
---
 src/main.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main.c b/src/main.c
index 4ddbaab..96c26df 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1944,7 +1944,7 @@ write_mdb_command (void *cls)
       chkSum += mdb.txBuffer[idx] = mdb.cmd->cmd.bin[idx];
     for (size_t idx = 0; idx < mdb.cmd->data.bin_size; idx++)
       chkSum += mdb.txBuffer[idx + mdb.cmd->cmd.bin_size] =
-                  mdb.cmd->data.bin[idx];
+        mdb.cmd->data.bin[idx];
     mdb.txBuffer[mdb.cmd->cmd.bin_size + mdb.cmd->data.bin_size] =
       (uint8_t) (chkSum & 0xFF);
   }
@@ -2526,10 +2526,10 @@ read_products (void *cls,
     }
   }
   if (GNUNET_OK !=
-      TALER_config_get_denom (cls,
-                              section,
-                              "price",
-                              &tmpProduct.price))
+      TALER_config_get_amount (cls,
+                               section,
+                               "price",
+                               &tmpProduct.price))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                section,

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



reply via email to

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