Skip to content

Commit

Permalink
Update homestar-runtime/src/event_handler.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Zeeshan Lakhani <[email protected]>
  • Loading branch information
Zeeshan Lakhani and bgins authored Nov 29, 2023
1 parent 6f4ba3e commit 93e5e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-runtime/src/event_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub(crate) struct EventHandler<DB: Database> {
node_addresses: Vec<libp2p::Multiaddr>,
/// [libp2p::Multiaddr] externally reachable addresses to announce to the network.
announce_addresses: Vec<libp2p::Multiaddr>,
/// 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,
Expand Down

0 comments on commit 93e5e24

Please sign in to comment.