Skip to content

Commit

Permalink
Merge pull request #4819 from zhangsoledad/zhangsoledad/fix-wasm-build
Browse files Browse the repository at this point in the history
fix: wasm build
  • Loading branch information
zhangsoledad authored Feb 24, 2025
2 parents 1ebfc56 + 43a917e commit 4ffda6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ impl NetworkState {
bootnodes,
peer_registry: RwLock::new(peer_registry),
dialing_addrs: RwLock::new(HashMap::default()),
pending_dns_addrs: RwLock::new(HashMap::default()),
public_addrs: RwLock::new(public_addrs),
listened_addrs: RwLock::new(Vec::new()),
pending_observed_addrs: RwLock::new(HashSet::default()),
Expand Down

0 comments on commit 4ffda6f

Please sign in to comment.