Skip to content

Commit 42be2fd

Browse files
committed
itest: fix docs
1 parent f8bc969 commit 42be2fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

itest/lnd_multi-hop_force_close_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,8 @@ func testLocalClaimIncomingHTLCSimpleTaprootZeroConf(ht *lntest.HarnessTest) {
15881588
Private: true,
15891589
}
15901590

1591-
// Prepare Carol's node config to enable zero-conf and leased channel.
1591+
// Prepare Carol's node config to enable zero-conf and simple taproot
1592+
// channel.
15921593
cfg := node.CfgSimpleTaproot
15931594
cfg = append(cfg, node.CfgZeroConf...)
15941595
cfgs := [][]string{cfg, cfg, cfg}

0 commit comments

Comments
 (0)