mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
lnwallet: fix godoc of TapscriptTweak
This commit is contained in:
parent
3de94c11ae
commit
25eecd7a87
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ type MusigSessionCfg struct {
|
||||||
// funding input.
|
// funding input.
|
||||||
InputTxOut *wire.TxOut
|
InputTxOut *wire.TxOut
|
||||||
|
|
||||||
// TapscriptRoot is an optional tweak that can be used to modify the
|
// TapscriptTweak is an optional tweak that can be used to modify the
|
||||||
// MuSig2 public key used in the session.
|
// MuSig2 public key used in the session.
|
||||||
TapscriptTweak fn.Option[chainhash.Hash]
|
TapscriptTweak fn.Option[chainhash.Hash]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue