itest: fix docs

This commit is contained in:
yyforyongyu 2025-01-16 16:20:54 +08:00
parent 848f42ea1d
commit e576d661ef
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -1588,7 +1588,8 @@ func testLocalClaimIncomingHTLCSimpleTaprootZeroConf(ht *lntest.HarnessTest) {
Private: true,
}
// Prepare Carol's node config to enable zero-conf and leased channel.
// Prepare Carol's node config to enable zero-conf and simple taproot
// channel.
cfg := node.CfgSimpleTaproot
cfg = append(cfg, node.CfgZeroConf...)
cfgs := [][]string{cfg, cfg, cfg}