From 93e5e24791015b1ef432f4c7fd9a033acf7d8037 Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Wed, 29 Nov 2023 13:39:52 -0500 Subject: [PATCH] Update homestar-runtime/src/event_handler.rs Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com> Signed-off-by: Zeeshan Lakhani --- homestar-runtime/src/event_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homestar-runtime/src/event_handler.rs b/homestar-runtime/src/event_handler.rs index 11a3b4ee..0a3f9490 100644 --- a/homestar-runtime/src/event_handler.rs +++ b/homestar-runtime/src/event_handler.rs @@ -127,7 +127,7 @@ pub(crate) struct EventHandler { node_addresses: Vec, /// [libp2p::Multiaddr] externally reachable addresses to announce to the network. announce_addresses: Vec, - /// Maximum number of external-facing addresses to announce to the network. + /// Maximum number of externally reachable addresses to announce to the network. external_address_limit: u32, /// Interval for polling the cache for expired entries. poll_cache_interval: Duration,