breacharbiter: fix bug, don't exit main loop due to unknown contract

This commit is contained in:
Olaoluwa Osuntokun 2016-11-28 20:07:58 -08:00
parent 494fcec874
commit 71c6e837e3
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

View File

@ -202,7 +202,9 @@ out:
// breachObserver detected to the channel.
killSignal, ok := b.breachObservers[*chanPoint]
if !ok {
return
brarLog.Errorf("Unable to find contract: %v",
chanPoint)
continue
}
brarLog.Debugf("ChannelPoint(%v) has been settled, "+