Skip to content

Commit cfd5b3b

Browse files
Roasbeefguggero
authored andcommitted
lnwallet: skip dual funding test as not exposed on p2p layer
The internal messages both sides exchange haven't been updated to send all the information needed to compute a tapscript sighash.
1 parent 1047494 commit cfd5b3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lnwallet/test/test_interface.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ func testGetRecoveryInfo(miner *rpctest.Harness,
432432
func testDualFundingReservationWorkflow(miner *rpctest.Harness,
433433
alice, bob *lnwallet.LightningWallet, t *testing.T) {
434434

435+
t.Skipf("dual funding isn't exposed on the p2p layer")
436+
435437
fundingAmount, err := btcutil.NewAmount(5)
436438
require.NoError(t, err, "unable to create amt")
437439

0 commit comments

Comments
 (0)