mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
itest: run normal FundPsbt test case in remote-signer mode
This makes sure there is no general issue with running the pay-join FundPsbt test case in a remote signer setup.
This commit is contained in:
@@ -328,6 +328,11 @@ func testRemoteSignerPSBT(ht *lntest.HarnessTest) {
|
||||
// that aren't in the wallet. But we also want to make
|
||||
// sure we can fund and then sign PSBTs from our wallet.
|
||||
runFundAndSignPsbt(ht, wo)
|
||||
|
||||
// We also have a more specific funding test that does
|
||||
// a pay-join payment with Carol.
|
||||
ht.FundCoins(btcutil.SatoshiPerBitcoin, carol)
|
||||
runFundPsbt(ht, wo, carol)
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user