Skip to content

Commit

Permalink
Update src/service.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <hello@jxs.pt>
  • Loading branch information
AgeManning and jxs authored Oct 14, 2024
1 parent 0e83d17 commit 03c11cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ impl Service {
/// Helper function that determines if we need more votes for a specific IP
/// class.
///
/// If we are in dual-stack made and don't have enough votes for either ipv4 or ipv6 and the
/// If we are in dual-stack mode and don't have enough votes for either ipv4 or ipv6 and the
/// requesting node/vote is what we need, then this will return true
fn require_more_ip_votes(&mut self, is_ipv6: bool) -> bool {
if !matches!(self.ip_mode, IpMode::DualStack) {
Expand Down

0 comments on commit 03c11cc

Please sign in to comment.