mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01: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:
parent
7090ff22d7
commit
d75c86f3dd
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue