diff --git a/ticketbuyer/tb.go b/ticketbuyer/tb.go index 6938c92bc..934e98234 100644 --- a/ticketbuyer/tb.go +++ b/ticketbuyer/tb.go @@ -115,7 +115,8 @@ func (tb *TB) Run(ctx context.Context, passphrase []byte) error { // the tip block. rp, err := w.RescanPoint(ctx) if err != nil { - return err + log.Debugf("Skipping autobuyer actions: RescanPoint err: %v", err) + continue } if rp != nil { log.Debugf("Skipping autobuyer actions: transactions are not synced")