itest: add itest for externally funded taproot chans

This commit is contained in:
Oliver Gugger
2023-09-25 21:44:58 +02:00
parent d94ae3f509
commit d16e7a5eef
3 changed files with 204 additions and 22 deletions

View File

@@ -629,7 +629,7 @@ func runChanRestoreScenarioCommitTypes(ht *lntest.HarnessTest,
thawHeight := uint32(minerHeight + thawHeightDelta)
fundingShim, _ = deriveFundingShim(
ht, dave, carol, crs.params.Amt, thawHeight, true,
ht, dave, carol, crs.params.Amt, thawHeight, true, ct,
)
crs.params.FundingShim = fundingShim
}