mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 03:57:40 +02:00
multi: allow mock aux signer to customize sig jobs
This commit is contained in:
committed by
Oliver Gugger
parent
6f0d7f9a87
commit
afdd53194b
@@ -568,7 +568,7 @@ func createTestFundingManager(t *testing.T, privKey *btcec.PrivateKey,
|
||||
&lnwallet.MockAuxLeafStore{},
|
||||
),
|
||||
AuxSigner: fn.Some[lnwallet.AuxSigner](
|
||||
&lnwallet.MockAuxSigner{},
|
||||
lnwallet.NewAuxSignerMock(lnwallet.EmptyMockJobHandler),
|
||||
),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user