Skip to content

Commit ea4711d

Browse files
author
Emilia Hane
authored
Correct comment (#185)
1 parent 269b7f0 commit ea4711d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ impl Service {
586586
to_request_enr = Some(enr);
587587
}
588588
}
589-
// don't know of the ENR, request the update
589+
// don't know the peer, don't request its most recent ENR
590590
_ => {}
591591
}
592592
if let Some(enr) = to_request_enr {

0 commit comments

Comments
 (0)