mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #1008 from starius/fix-sb-dust-main-output-test
sweepbatcher: fix flacky TestPresigned/dust_main_output
This commit is contained in:
commit
c9e2467ac2
1 changed files with 4 additions and 0 deletions
|
|
@ -1503,6 +1503,10 @@ func testPresigned_presigned_group_with_dust_main_output(t *testing.T,
|
|||
Notifier: &dummyNotifier,
|
||||
})
|
||||
require.NoError(t, err)
|
||||
|
||||
// Since a batch was created we check that it registered for its primary
|
||||
// sweep's spend.
|
||||
<-lnd.RegisterSpendChannel
|
||||
}
|
||||
|
||||
// testPresigned_presigned_group_with_dust_below_relay_fee passes a tx with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue