mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
sweepbatcher/testFeeBumping: reuse dummyNotifier
This commit is contained in:
parent
569c35da20
commit
909bf5e264
1 changed files with 1 additions and 5 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue