mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-07 15:43:09 +00:00
no need to set min_temporal_delay to 1
This commit is contained in:
parent
2aa1fecab2
commit
9ea38614e2
@ -178,7 +178,7 @@ impl BlendNode {
|
|||||||
ChaCha12Rng::from_rng(&mut rng_generator).unwrap(),
|
ChaCha12Rng::from_rng(&mut rng_generator).unwrap(),
|
||||||
temporal_update_time_receiver,
|
temporal_update_time_receiver,
|
||||||
(
|
(
|
||||||
1,
|
0,
|
||||||
settings.message_blend.temporal_processor.max_delay_seconds,
|
settings.message_blend.temporal_processor.max_delay_seconds,
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user