mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-27 01:02:56 +02:00
itest: add coverage for np2wkh in remote signing
This commit is contained in:
parent
a2a96c7712
commit
c6c52b8eb3
@ -116,6 +116,11 @@ func testRemoteSigner(ht *lntemp.HarnessTest) {
|
|||||||
runSignPsbtSegWitV1KeySpendBip86(tt, wo)
|
runSignPsbtSegWitV1KeySpendBip86(tt, wo)
|
||||||
runSignPsbtSegWitV1KeySpendRootHash(tt, wo)
|
runSignPsbtSegWitV1KeySpendRootHash(tt, wo)
|
||||||
runSignPsbtSegWitV1ScriptSpend(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",
|
name: "sign output raw",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user