-fix wire expiration

This commit is contained in:
Christian Grothoff 2022-05-14 15:11:16 +02:00
parent 2d0d8e7e8e
commit 6150713fc4
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7bfddee1d6e2c04beb9f89a42acad70299fc423f
Subproject commit 99d8d9e0336bacebab5af4ae00c3f685ffd90f60

View File

@ -382,7 +382,7 @@ build_wire_state (void)
}
wire_fee_object = json_object ();
GNUNET_assert (NULL != wire_fee_object);
wsh->cache_expiration = GNUNET_TIME_UNIT_ZERO_ABS;
wsh->cache_expiration = GNUNET_TIME_UNIT_FOREVER_ABS;
hc = GNUNET_CRYPTO_hash_context_start ();
{
json_t *account;