From 25eecd7a8732e377c226f2a3146979e0a230b9d0 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 c3214d3f2..822aa48a1 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] }