gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: fix typo, remove obsolete option, initialize mpu


From: gnunet
Subject: [taler-exchange] 02/02: fix typo, remove obsolete option, initialize mpub
Date: Tue, 10 Mar 2020 15:28:59 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit fc79dd233a124d7668012d61f0d040a49123eca8
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 10 15:28:54 2020 +0100

    fix typo, remove obsolete option, initialize mpub
---
 src/exchange-tools/taler-exchange-keyup.c  | 6 ++++--
 src/testing/testing_api_helpers_exchange.c | 1 -
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index b589214c..b10a139a 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -606,7 +606,7 @@ get_denomination_type_params (const char *ct,
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_time (kcfg,
                                            ct,
-                                           "DURATION_WIDHTRAW",
+                                           "DURATION_WITHDRAW",
                                            &params->duration_withdraw))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
@@ -772,7 +772,7 @@ create_denomkey_issue (
   GNUNET_assert (NULL != dki->denom_priv.rsa_private_key);
   dki->denom_pub.rsa_public_key
     = GNUNET_CRYPTO_rsa_private_key_get_public (
-        dki->denom_priv.rsa_private_key);
+    dki->denom_priv.rsa_private_key);
   GNUNET_CRYPTO_rsa_public_key_hash (dki->denom_pub.rsa_public_key,
                                      &dki->issue.properties.denom_hash);
   dki->issue.properties.master = master_public_key;
@@ -1236,6 +1236,8 @@ run (void *cls,
     global_ret = 1;
     return;
   }
+  GNUNET_CRYPTO_eddsa_key_get_public (&master_priv.eddsa_priv,
+                                      &master_public_key.eddsa_pub);
 
   if (NULL != auditorrequestfile)
   {
diff --git a/src/testing/testing_api_helpers_exchange.c 
b/src/testing/testing_api_helpers_exchange.c
index 911bc6f0..967a4efb 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -763,7 +763,6 @@ TALER_TESTING_setup_with_exchange_cfg (void *cls,
                                        "taler-exchange-httpd",
                                        "taler-exchange-httpd",
                                        "-c", setup_ctx->config_filename,
-                                       "-i",
                                        NULL);
 
   if (GNUNET_OK !=

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



reply via email to

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