Missing error argument

This commit is contained in:
Peter Rabbitson 2020-08-18 21:08:20 +02:00
parent 2570712a29
commit 02d21c2833

View File

@ -88,7 +88,7 @@ func (s *WindowPoStScheduler) Run(ctx context.Context) {
if notifs == nil { if notifs == nil {
notifs, err = s.api.ChainNotify(ctx) notifs, err = s.api.ChainNotify(ctx)
if err != nil { if err != nil {
log.Errorf("ChainNotify error: %+v") log.Errorf("ChainNotify error: %+v", err)
build.Clock.Sleep(10 * time.Second) build.Clock.Sleep(10 * time.Second)
continue continue