mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
contractcourt+sweep: make anchor inputs exclusive
We now make sure to sweep each anchor input in its own sweeping tx, if economically feasible.
This commit is contained in:
committed by
Oliver Gugger
parent
558ea0f895
commit
28af39cd03
@@ -45,8 +45,9 @@ var (
|
||||
|
||||
// Params contains the parameters that control the sweeping process.
|
||||
type Params struct {
|
||||
// ExclusiveGroup is an identifier that, if set, prevents other inputs
|
||||
// with the same identifier from being batched together.
|
||||
// ExclusiveGroup is an identifier that, if set, ensures this input is
|
||||
// swept in a transaction by itself, and not batched with any other
|
||||
// inputs.
|
||||
ExclusiveGroup *uint64
|
||||
|
||||
// DeadlineHeight specifies an absolute block height that this input
|
||||
|
Reference in New Issue
Block a user