diff --git a/breacharbiter.go b/breacharbiter.go index 27a0a81b..9e46dbea 100644 --- a/breacharbiter.go +++ b/breacharbiter.go @@ -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 "+