diff --git a/itest/lnd_multi-hop_force_close_test.go b/itest/lnd_multi-hop_force_close_test.go index 4284631e8..0b1442ec6 100644 --- a/itest/lnd_multi-hop_force_close_test.go +++ b/itest/lnd_multi-hop_force_close_test.go @@ -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}