mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
sweep+contractcourt: track best height in UtxoSweeper
Thus we can use shorter method signatures. In doing so we also remove an old TODO in one use case of `CreateSweepTx`.
This commit is contained in:
@@ -2530,7 +2530,7 @@ func TestGetInputLists(t *testing.T) {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
allSets, newSets, err := s.getInputLists(tc.cluster, 0)
|
||||
allSets, newSets, err := s.getInputLists(tc.cluster)
|
||||
require.NoError(t, err)
|
||||
|
||||
if tc.expectNilNewSet {
|
||||
|
Reference in New Issue
Block a user