mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 20:13:48 +02:00
breacharbiter: use the pkScript of the breached output for spend ntnfs
This commit is contained in:
@@ -360,6 +360,7 @@ func (b *breachArbiter) waitForSpendEvent(breachInfo *retributionInfo,
|
||||
var err error
|
||||
spendNtfn, err = b.cfg.Notifier.RegisterSpendNtfn(
|
||||
&breachedOutput.outpoint,
|
||||
breachedOutput.signDesc.Output.PkScript,
|
||||
breachInfo.breachHeight,
|
||||
)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user