try to fix #7007 key update issue discovered by Sebastian

This commit is contained in:
Christian Grothoff 2021-09-02 15:19:24 +02:00
parent f36240e15c
commit e1dae71ad2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -649,6 +649,8 @@ helper_denom_cb (
section_name,
GNUNET_STRINGS_relative_time_to_string (validity_duration,
GNUNET_NO));
key_generation++;
TEH_resume_keys_requests (false);
hd = GNUNET_CONTAINER_multihashmap_get (hs->denom_keys,
h_denom_pub);
if (NULL != hd)
@ -710,6 +712,8 @@ helper_esign_cb (
TALER_B2S (exchange_pub),
GNUNET_STRINGS_relative_time_to_string (validity_duration,
GNUNET_NO));
key_generation++;
TEH_resume_keys_requests (false);
pid.public_key = exchange_pub->eddsa_pub;
hsk = GNUNET_CONTAINER_multipeermap_get (hs->esign_keys,
&pid);