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 Jun 18, 2024
1 parent e7c95e2 commit 27a33f5
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 27a33f5

Please sign in to comment.