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.
This commit is contained in:
Olaoluwa Osuntokun 2022-11-22 11:36:38 +01:00 committed by Oliver Gugger
parent 7090ff22d7
commit d75c86f3dd
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -430,6 +430,8 @@ func testGetRecoveryInfo(miner *rpctest.Harness,
func testDualFundingReservationWorkflow(miner *rpctest.Harness,
alice, bob *lnwallet.LightningWallet, t *testing.T) {
t.Skipf("dual funding isn't exposed on the p2p layer")
fundingAmount, err := btcutil.NewAmount(5)
require.NoError(t, err, "unable to create amt")