Skip to content

Commit

Permalink
Merge branch 'main' into nish-fix-106-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Sep 14, 2023
2 parents 5a73df8 + d6529ab commit 870a338
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 @@ -367,7 +367,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),
node,
net,
config_api,
Expand Down

0 comments on commit 870a338

Please sign in to comment.