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 <[email protected]>
  • Loading branch information
AgeManning and jxs authored Oct 14, 2024
1 parent 1c89cf1 commit 37daff1
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 @@ -1562,7 +1562,7 @@ impl Service {
match (ip_votes.majority(), is_ipv6) {
// We don't have enough ipv4 votes, but this is an IPv4-only node.
((None, Some(_)), false) |
// We don't have enough ipv6 votes, but this is an IPv6 node
// We don't have enough ipv6 votes, but this is an IPv6 node.
((Some(_), None), true) |
// We don't have enough ipv6 or ipv4 nodes, ping this peer
((None, None), _,) => true,
Expand Down

0 comments on commit 37daff1

Please sign in to comment.