Skip to content

Commit

Permalink
lnwallet: fix godoc of TapscriptTweak
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Oct 2, 2024
1 parent 38ed020 commit 36ebcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnwallet/musig_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ type MusigSessionCfg struct {
// funding input.
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.
TapscriptTweak fn.Option[chainhash.Hash]
}
Expand Down

0 comments on commit 36ebcd5

Please sign in to comment.