Skip to content

Commit

Permalink
debug print cl_node_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Sep 17, 2024
1 parent ffe51b2 commit b3abbcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rbuilder/src/live_builder/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ impl L1Config {
self.cl_node_url
.iter()
.map(|url| {
println!("cl_node_url: {:?} {:?}", url, url.value());
let url = Url::parse(&url.value()?)?;
Ok(Client::new(url))
})
Expand Down

0 comments on commit b3abbcf

Please sign in to comment.