Skip to content

Commit 27a33f5

Browse files
committed
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.
1 parent e7c95e2 commit 27a33f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnd/signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
type Signer struct {
23-
input.MockSigner
23+
*input.MusigSessionManager
2424

2525
ExtendedKey *hdkeychain.ExtendedKey
2626
ChainParams *chaincfg.Params

0 commit comments

Comments
 (0)