fix typo, remove obsolete option, initialize mpub

This commit is contained in:
Christian Grothoff 2020-03-10 15:28:54 +01:00
parent f6684c1ae3
commit fc79dd233a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 4 additions and 3 deletions

View File

@ -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)
{

View File

@ -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 !=