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 3750809 commit c8e04d2
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 c8e04d2

Please sign in to comment.