itest: flatten PSBT funding test cases

So it's easier to get the logs and debug.
This commit is contained in:
yyforyongyu
2024-10-31 05:57:22 +08:00
parent 762e59d78c
commit 9f764c25f9
3 changed files with 98 additions and 116 deletions

View File

@@ -123,7 +123,7 @@ func testRemoteSigner(ht *lntest.HarnessTest) {
name: "psbt",
randomSeed: true,
fn: func(tt *lntest.HarnessTest, wo, carol *node.HarnessNode) {
runPsbtChanFunding(
runPsbtChanFundingWithNodes(
tt, carol, wo, false,
lnrpc.CommitmentType_LEGACY,
)