mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-05 18:31:37 +01:00
lnwallet: update GenTaprootFundingScript to also return the taproot internal key
This commit is contained in:
committed by
Oliver Gugger
parent
c71d4fd420
commit
f2ef2b4774
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user