Skip to content

Commit

Permalink
revert unexpected change to ip address of service
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 15, 2023
1 parent aa90f9d commit 4203294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async fn main() -> anyhow::Result<()> {
let hardhat = HardhatNamespaceImpl::new(node.get_inner());

let threads = build_json_http(
SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), opt.port),
SocketAddr::new(IpAddr::V4(Ipv4Addr::new(0, 0, 0, 0)), opt.port),
log_level_filter,
node,
net,
Expand Down

0 comments on commit 4203294

Please sign in to comment.