Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(discv5): open dns for discv5 #7328

Merged
merged 18 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
emhane committed Mar 25, 2024
commit 0beb236fe928350920473aca95cd3aa8644910e7
2 changes: 1 addition & 1 deletion crates/primitives/src/net.rs
Original file line number Diff line number Diff line change
@@ -205,7 +205,7 @@ mod tests {

#[test]
fn conversion_to_node_record_from_enr() {
const IP: &'static str = "::";
const IP: &str = "::";
const TCP_PORT: u16 = 30303;
const UDP_PORT: u16 = 9000;