This commit is contained in:
austinabell 2020-09-02 16:45:50 -04:00
parent 485f13de12
commit 6b63fa379f
No known key found for this signature in database
GPG Key ID: C1CB22918F2A46DE

View File

@ -1283,7 +1283,6 @@ func (cs *ChainStore) GetLatestBeaconEntry(ts *types.TipSet) (*types.BeaconEntry
return nil, xerrors.Errorf("failed to load parents when searching back for latest beacon entry: %w", err)
}
cur = next
}
if os.Getenv("LOTUS_IGNORE_DRAND") == "_yes_" {