Skip to content

Commit

Permalink
test port
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Sep 26, 2024
1 parent ffb6b5f commit ebe91ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/consensus/src/testonly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fn make_config(
server_addr: *cfg.server_addr,
public_addr: config::Host(cfg.public_addr.0.clone()),
debug_page_addr: std::net::SocketAddr::new(
std::net::IpAddr::V4(std::net::Ipv4Addr::new(127, 0, 0, 1)),
std::net::IpAddr::V4(std::net::Ipv4Addr::new(0, 0, 0, 0)),
5000,
),
max_payload_size: usize::MAX,
Expand Down

0 comments on commit ebe91ce

Please sign in to comment.