multi: allow mock aux signer to customize sig jobs

This commit is contained in:
Jonathan Harvey-Buschel
2024-10-17 13:38:27 +02:00
committed by Oliver Gugger
parent 6f0d7f9a87
commit afdd53194b
5 changed files with 32 additions and 12 deletions

View File

@@ -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),
),
}