mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
sweep: catch third party spent in fee bumper for neutrino
This commit adds a new check for neutrino backend - when the inputs in the sweeping tx are spent by a third party, we will send back a `TxFailed` event to free the rest of the inputs for re-grouping.
This commit is contained in:
@@ -1358,6 +1358,7 @@ func TestProcessRecords(t *testing.T) {
|
||||
NumConfirmations: 0,
|
||||
}, nil,
|
||||
).Once()
|
||||
m.wallet.On("BackEnd").Return("test-backend").Once()
|
||||
|
||||
// Setup the initial publisher state by adding the records to the maps.
|
||||
subscriberConfirmed := make(chan *BumpResult, 1)
|
||||
|
Reference in New Issue
Block a user