mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 03:57:40 +02:00
utxonursery: remove unused commit sweep code
Now that the commit sweep resolver is no longer relying on the nursery, all code associated with commit sweeping can be removed.
This commit is contained in:
@@ -216,7 +216,6 @@ func TestHtlcTimeoutResolver(t *testing.T) {
|
||||
Notifier: notifier,
|
||||
PreimageDB: witnessBeacon,
|
||||
IncubateOutputs: func(wire.OutPoint,
|
||||
*lnwallet.CommitOutputResolution,
|
||||
*lnwallet.OutgoingHtlcResolution,
|
||||
*lnwallet.IncomingHtlcResolution,
|
||||
uint32) error {
|
||||
|
Reference in New Issue
Block a user