lnwallet: fix godoc of TapscriptTweak

This commit is contained in:
Boris Nagaev 2024-09-09 11:10:52 -03:00
parent 3de94c11ae
commit 25eecd7a87
No known key found for this signature in database

View file

@ -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]
} }