Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sweepbatcher/sweep_batcher_presigned_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down