diff --git a/ticketbuyer/tb.go b/ticketbuyer/tb.go index bae70e51b..37629768c 100644 --- a/ticketbuyer/tb.go +++ b/ticketbuyer/tb.go @@ -105,7 +105,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")