We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b154398 commit 7c5a4b9Copy full SHA for 7c5a4b9
1 file changed
tests/common/mod.rs
@@ -336,12 +336,13 @@ pub(crate) fn setup_two_nodes(
336
337
pub(crate) fn setup_two_nodes_with_store(
338
chain_source: &TestChainSource, allow_0conf: bool, anchor_channels: bool,
339
- anchors_trusted_no_reserve: bool, store_type: TestStoreType, first_node_is_not_hrn_resolver: bool,
+ anchors_trusted_no_reserve: bool, store_type: TestStoreType,
340
+ first_node_is_not_hrn_resolver: bool,
341
) -> (TestNode, TestNode) {
342
println!("== Node A ==");
343
let mut config_a = random_config(anchor_channels);
344
config_a.store_type = store_type;
-
345
+
346
if first_node_is_not_hrn_resolver {
347
config_a.node_config.hrn_config = Some(HumanReadableNamesConfig {
348
client_resolution_config: HRNResolverConfig::Blip32Onion,
0 commit comments