Skip to content

Commit e576d66

Browse files
committed
itest: fix docs
1 parent 848f42e commit e576d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)