2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

sweepbatcher/testFeeBumping: reuse dummyNotifier

This commit is contained in:
Boris Nagaev 2024-06-26 12:07:23 -03:00
parent 569c35da20
commit 909bf5e264
No known key found for this signature in database

View File

@ -313,11 +313,7 @@ func testFeeBumping(t *testing.T, store testStore,
Hash: chainhash.Hash{1, 1},
Index: 1,
},
Notifier: &SpendNotifier{
SpendChan: make(chan *SpendDetail, ntfnBufferSize),
SpendErrChan: make(chan error, ntfnBufferSize),
QuitChan: make(chan bool, ntfnBufferSize),
},
Notifier: &dummyNotifier,
}
swap1 := &loopdb.LoopOutContract{