mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
itest: unify PSBT channel funding tests, add taproot
With this commit we unify three existing PSBT channel funding integration tests into a single one with the goal of testing all three cases with simple taproot channels as well.
This commit is contained in:
@@ -111,7 +111,10 @@ func testRemoteSigner(ht *lntest.HarnessTest) {
|
||||
name: "psbt",
|
||||
randomSeed: true,
|
||||
fn: func(tt *lntest.HarnessTest, wo, carol *node.HarnessNode) {
|
||||
runPsbtChanFunding(tt, carol, wo)
|
||||
runPsbtChanFunding(
|
||||
tt, carol, wo, false,
|
||||
lnrpc.CommitmentType_LEGACY,
|
||||
)
|
||||
runSignPsbtSegWitV0P2WKH(tt, wo)
|
||||
runSignPsbtSegWitV1KeySpendBip86(tt, wo)
|
||||
runSignPsbtSegWitV1KeySpendRootHash(tt, wo)
|
||||
|
Reference in New Issue
Block a user