-fix wire expiration
This commit is contained in:
parent
2d0d8e7e8e
commit
6150713fc4
@ -1 +1 @@
|
|||||||
Subproject commit 7bfddee1d6e2c04beb9f89a42acad70299fc423f
|
Subproject commit 99d8d9e0336bacebab5af4ae00c3f685ffd90f60
|
@ -382,7 +382,7 @@ build_wire_state (void)
|
|||||||
}
|
}
|
||||||
wire_fee_object = json_object ();
|
wire_fee_object = json_object ();
|
||||||
GNUNET_assert (NULL != wire_fee_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 ();
|
hc = GNUNET_CRYPTO_hash_context_start ();
|
||||||
{
|
{
|
||||||
json_t *account;
|
json_t *account;
|
||||||
|
Loading…
Reference in New Issue
Block a user