Missing error argument
This commit is contained in:
parent
2570712a29
commit
02d21c2833
@ -88,7 +88,7 @@ func (s *WindowPoStScheduler) Run(ctx context.Context) {
|
||||
if notifs == nil {
|
||||
notifs, err = s.api.ChainNotify(ctx)
|
||||
if err != nil {
|
||||
log.Errorf("ChainNotify error: %+v")
|
||||
log.Errorf("ChainNotify error: %+v", err)
|
||||
|
||||
build.Clock.Sleep(10 * time.Second)
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user