Skip to content

Commit 7c5a4b9

Browse files
committed
fixup! Add end-to-end test for HRN resolution
1 parent b154398 commit 7c5a4b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/common/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,13 @@ pub(crate) fn setup_two_nodes(
336336

337337
pub(crate) fn setup_two_nodes_with_store(
338338
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,
339+
anchors_trusted_no_reserve: bool, store_type: TestStoreType,
340+
first_node_is_not_hrn_resolver: bool,
340341
) -> (TestNode, TestNode) {
341342
println!("== Node A ==");
342343
let mut config_a = random_config(anchor_channels);
343344
config_a.store_type = store_type;
344-
345+
345346
if first_node_is_not_hrn_resolver {
346347
config_a.node_config.hrn_config = Some(HumanReadableNamesConfig {
347348
client_resolution_config: HRNResolverConfig::Blip32Onion,

0 commit comments

Comments
 (0)