Skip to content

Commit

Permalink
Tweak port
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Sep 3, 2023
1 parent b144459 commit 1180022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod tests {
);

let mut config = NetworkConfig::default();
config.set_ipv4_listening_address(std::net::Ipv4Addr::UNSPECIFIED, 21212, 21212);
config.set_ipv4_listening_address(std::net::Ipv4Addr::UNSPECIFIED, 21213, 21213);
config.discv5_config.table_filter = |_| true; // Do not ignore local IPs
config.upnp_enabled = false;

Expand Down

0 comments on commit 1180022

Please sign in to comment.