mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
lnwallet: fix godoc of TapscriptTweak
This commit is contained in:
@@ -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]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user