itest: add coverage for np2wkh in remote signing

This commit is contained in:
Oliver Gugger 2023-02-07 22:15:11 +01:00
parent a2a96c7712
commit c6c52b8eb3
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -116,6 +116,11 @@ func testRemoteSigner(ht *lntemp.HarnessTest) {
runSignPsbtSegWitV1KeySpendBip86(tt, wo)
runSignPsbtSegWitV1KeySpendRootHash(tt, wo)
runSignPsbtSegWitV1ScriptSpend(tt, wo)
// The above tests all make sure we can sign for keys
// 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)
},
}, {
name: "sign output raw",