We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d4c07 commit f8e6eafCopy full SHA for f8e6eaf
src/jormungandr/testing/hersir/src/builder/explorer.rs
@@ -16,7 +16,13 @@ pub fn generate_explorer(
16
Ok(ExplorerConfiguration {
17
explorer_port: get_available_port(),
18
explorer_listen_address: "127.0.0.1".to_string(),
19
- node_address: settings.config.p2p.connection.public_address.clone().to_http_addr(),
+ node_address: settings
20
+ .config
21
+ .p2p
22
+ .connection
23
+ .public_address
24
+ .clone()
25
+ .to_http_addr(),
26
logs_dir: Default::default(),
27
storage_dir: None,
28
params: explorer_template.to_explorer_params(),
0 commit comments