mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Revert "sweepbatcher/StoreMock: load LoopOut from loopdb"
This reverts commit d38b7c55a7.
Batcher does not use this data anymore, since previous commit.
This commit is contained in:
parent
16132d1593
commit
4be69e186e
4 changed files with 19 additions and 34 deletions
|
|
@ -297,7 +297,7 @@ func testCustomSweepConfTarget(t *testing.T) {
|
|||
|
||||
errChan := make(chan error, 2)
|
||||
|
||||
batcherStore := sweepbatcher.NewStoreMock(cfg.store)
|
||||
batcherStore := sweepbatcher.NewStoreMock()
|
||||
|
||||
batcher := sweepbatcher.NewBatcher(
|
||||
lnd.WalletKit, lnd.ChainNotifier, lnd.Signer,
|
||||
|
|
@ -530,7 +530,7 @@ func testPreimagePush(t *testing.T) {
|
|||
|
||||
errChan := make(chan error, 2)
|
||||
|
||||
batcherStore := sweepbatcher.NewStoreMock(cfg.store)
|
||||
batcherStore := sweepbatcher.NewStoreMock()
|
||||
|
||||
batcher := sweepbatcher.NewBatcher(
|
||||
lnd.WalletKit, lnd.ChainNotifier, lnd.Signer,
|
||||
|
|
@ -951,7 +951,7 @@ func TestLoopOutMuSig2Sweep(t *testing.T) {
|
|||
|
||||
errChan := make(chan error, 2)
|
||||
|
||||
batcherStore := sweepbatcher.NewStoreMock(cfg.store)
|
||||
batcherStore := sweepbatcher.NewStoreMock()
|
||||
|
||||
batcher := sweepbatcher.NewBatcher(
|
||||
lnd.WalletKit, lnd.ChainNotifier, lnd.Signer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue