From b33c70f59285355088e8b227fb6e434b8e667efb Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 31 Dec 2023 17:29:58 +0100 Subject: [PATCH] lnd: put MusigSessionManager to Signer Remove MockSigner from Signer. MockSigner has MusigSessionManager is an embedded field, and it is the only part of MockSigner needed in Signer. --- lnd/signer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd/signer.go b/lnd/signer.go index 19fcb68..bb9886b 100644 --- a/lnd/signer.go +++ b/lnd/signer.go @@ -19,7 +19,7 @@ import ( ) type Signer struct { - input.MockSigner + *input.MusigSessionManager ExtendedKey *hdkeychain.ExtendedKey ChainParams *chaincfg.Params