mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
breacharbiter: make the second level check use confirmed spends
This commit is contained in:
parent
a16bb662a4
commit
8cff5eae6c
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ func (b *breachArbiter) waitForSpendEvent(breachInfo *retributionInfo,
|
|||
var err error
|
||||
spendNtfn, err = b.cfg.Notifier.RegisterSpendNtfn(
|
||||
&breachedOutput.outpoint,
|
||||
breachInfo.breachHeight, true,
|
||||
breachInfo.breachHeight, false,
|
||||
)
|
||||
if err != nil {
|
||||
brarLog.Errorf("unable to check for spentness "+
|
||||
|
|
Loading…
Add table
Reference in a new issue