Skip to content

Commit

Permalink
lnd: put MusigSessionManager to Signer
Browse files Browse the repository at this point in the history
Remove MockSigner from Signer. MockSigner has MusigSessionManager is an embedded
field, and it is the only part of MockSigner needed in Signer.
  • Loading branch information
starius committed Oct 1, 2024
1 parent bf5dd88 commit 98fcd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnd/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

type Signer struct {
input.MockSigner
*input.MusigSessionManager

ExtendedKey *hdkeychain.ExtendedKey
ChainParams *chaincfg.Params
Expand Down

0 comments on commit 98fcd8a

Please sign in to comment.