mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
sweep: make sure defaultDeadline is derived from the mature height
This commit is contained in:
@@ -739,7 +739,7 @@ func TestHandleBumpEventTxFailed(t *testing.T) {
|
||||
|
||||
// Call the method under test.
|
||||
err := s.handleBumpEvent(resp)
|
||||
require.ErrorIs(t, err, errDummy)
|
||||
require.NoError(t, err)
|
||||
|
||||
// Assert the states of the first two inputs are updated.
|
||||
require.Equal(t, PublishFailed, s.inputs[op1].state)
|
||||
|
Reference in New Issue
Block a user