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 f96390b commit 0fd62caCopy full SHA for 0fd62ca
src/jormungandr/testing/jormungandr-automation/src/jormungandr/starter/params/builder.rs
@@ -45,7 +45,6 @@ impl Default for JormungandrBootstrapper {
45
}
46
47
impl JormungandrBootstrapper {
48
-
49
//This function is meant to be used instead of JormungandrBootstrapper::default().with_node_config(node_config)
50
//This is because the Default trait for JormungandrBootstrapper instanciates a NodeConfig struct that will be overwritten
51
//by the NodeConfig passed by the .with_node_config() function. NodeConfig calls the function get_available_port()
0 commit comments