mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 17:56:16 +02:00
contractcourt/contract_resolvers: make commitSweepResolver use confirmed spend
This commit is contained in:
@@ -1288,7 +1288,7 @@ func (c *commitSweepResolver) Resolve() (ContractResolver, error) {
|
||||
// until the commitment output has been spent.
|
||||
spendNtfn, err := c.Notifier.RegisterSpendNtfn(
|
||||
&c.commitResolution.SelfOutPoint,
|
||||
c.broadcastHeight, true,
|
||||
c.broadcastHeight, false,
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user