diff --git a/chain/stmgr/stmgr.go b/chain/stmgr/stmgr.go index b9810fab9..90e43ebbc 100644 --- a/chain/stmgr/stmgr.go +++ b/chain/stmgr/stmgr.go @@ -212,7 +212,7 @@ func (sm *StateManager) ApplyBlocks(ctx context.Context, parentEpoch abi.ChainEp if i > parentEpoch { // run cron for null rounds if any if err := runCron(); err != nil { - return cid.Cid{}, cid.Cid{}, err + return cid.Undef, cid.Undef, err } pstate, err = vmi.Flush(ctx)