mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
multi: Add tests to psbt and normal open channel flow.
Itests were added to the normal channel funding flow and the psbt funding flow using unstable (unconfirmed sweeper inputs).
This commit is contained in:
@@ -556,6 +556,11 @@ func createTestFundingManager(t *testing.T, privKey *btcec.PrivateKey,
|
||||
return nil, nil
|
||||
},
|
||||
AliasManager: aliasMgr,
|
||||
// For unit tests we default to false meaning that no funds
|
||||
// originated from the sweeper.
|
||||
IsSweeperOutpoint: func(wire.OutPoint) bool {
|
||||
return false
|
||||
},
|
||||
}
|
||||
|
||||
for _, op := range options {
|
||||
|
Reference in New Issue
Block a user