Skip to content

Commit

Permalink
feat(light-node): run light-node with BlockSubscriber instead of Stat…
Browse files Browse the repository at this point in the history
…eSubscriber
  • Loading branch information
pashinov authored and Rexagon committed Feb 6, 2025
1 parent 72de2fb commit d554742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion light-node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ impl CmdRun {

let global_config = GlobalConfig::from_file(self.global_config.unwrap())
.context("failed to load global config")?;

let public_ip = resolve_public_ip(node_config.public_ip).await?;
let socket_addr = SocketAddr::new(public_ip, node_config.port);

Expand Down

0 comments on commit d554742

Please sign in to comment.