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 cccf3f9 commit 5afc7dc
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 @@ -1566,7 +1566,7 @@ impl Service {
((None, Some(_)), false) |
// 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
// We don't have enough ipv6 or ipv4 nodes, ping this peer.
((None, None), _,) => true,
// We have enough votes do nothing.
((_, _), _,) => false,
Expand Down

0 comments on commit 5afc7dc

Please sign in to comment.