From ccc8586104750cdabb4975bf8df49d2b0ea9a4bb Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 9 Sep 2024 11:10:52 -0300 Subject: [PATCH] lnwallet: fix godoc of TapscriptTweak --- lnwallet/musig_session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/musig_session.go b/lnwallet/musig_session.go index c3214d3f2f..822aa48a14 100644 --- a/lnwallet/musig_session.go +++ b/lnwallet/musig_session.go @@ -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] }