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.
pull/95/head
Boris Nagaev 5 months ago
parent 89cc45d674
commit b33c70f592

@ -19,7 +19,7 @@ import (
)
type Signer struct {
input.MockSigner
*input.MusigSessionManager
ExtendedKey *hdkeychain.ExtendedKey
ChainParams *chaincfg.Params

Loading…
Cancel
Save