mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 18:22:25 +02:00
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:
committed by
Oliver Gugger
parent
7090ff22d7
commit
d75c86f3dd
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user