fix typo, remove obsolete option, initialize mpub
This commit is contained in:
parent
f6684c1ae3
commit
fc79dd233a
@ -606,7 +606,7 @@ get_denomination_type_params (const char *ct,
|
|||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
GNUNET_CONFIGURATION_get_value_time (kcfg,
|
GNUNET_CONFIGURATION_get_value_time (kcfg,
|
||||||
ct,
|
ct,
|
||||||
"DURATION_WIDHTRAW",
|
"DURATION_WITHDRAW",
|
||||||
¶ms->duration_withdraw))
|
¶ms->duration_withdraw))
|
||||||
{
|
{
|
||||||
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
|
||||||
@ -1236,6 +1236,8 @@ run (void *cls,
|
|||||||
global_ret = 1;
|
global_ret = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
GNUNET_CRYPTO_eddsa_key_get_public (&master_priv.eddsa_priv,
|
||||||
|
&master_public_key.eddsa_pub);
|
||||||
|
|
||||||
if (NULL != auditorrequestfile)
|
if (NULL != auditorrequestfile)
|
||||||
{
|
{
|
||||||
|
@ -763,7 +763,6 @@ TALER_TESTING_setup_with_exchange_cfg (void *cls,
|
|||||||
"taler-exchange-httpd",
|
"taler-exchange-httpd",
|
||||||
"taler-exchange-httpd",
|
"taler-exchange-httpd",
|
||||||
"-c", setup_ctx->config_filename,
|
"-c", setup_ctx->config_filename,
|
||||||
"-i",
|
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
|
Loading…
Reference in New Issue
Block a user