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:
Oliver Gugger
2025-07-31 15:03:06 +02:00
parent d9ff94a250
commit c214575de1
2 changed files with 13 additions and 0 deletions

View File

@@ -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)
},
}