lnwallet: update GenTaprootFundingScript to also return the taproot internal key

This commit is contained in:
Olaoluwa Osuntokun
2024-04-16 16:24:43 -07:00
committed by Oliver Gugger
parent c71d4fd420
commit f2ef2b4774
8 changed files with 21 additions and 15 deletions

View File

@@ -1550,7 +1550,7 @@ func makeFundingScript(bitcoinKey1, bitcoinKey2 []byte,
return nil, err
}
fundingScript, _, err := input.GenTaprootFundingScript(
fundingScript, _, _, err := input.GenTaprootFundingScript(
pubKey1, pubKey2, 0,
)
if err != nil {