Review cleanup

This commit is contained in:
ZenGround0 2020-10-02 17:12:12 -04:00
parent 8091bb3117
commit fecc1ee0ef

View File

@ -212,7 +212,7 @@ func (sm *StateManager) ApplyBlocks(ctx context.Context, parentEpoch abi.ChainEp
if i > parentEpoch { if i > parentEpoch {
// run cron for null rounds if any // run cron for null rounds if any
if err := runCron(); err != nil { if err := runCron(); err != nil {
return cid.Cid{}, cid.Cid{}, err return cid.Undef, cid.Undef, err
} }
pstate, err = vmi.Flush(ctx) pstate, err = vmi.Flush(ctx)