From c8e04d2a80dbaf54e6158aac2a4b3a2555f3507f 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 2173a43..84b32cd 100644 --- a/lnd/signer.go +++ b/lnd/signer.go @@ -20,7 +20,7 @@ import ( ) type Signer struct { - input.MockSigner + *input.MusigSessionManager ExtendedKey *hdkeychain.ExtendedKey ChainParams *chaincfg.Params