Move Consensus Type Wrappers Into Consensus Types Package (#10598)

* builds

* move block to consensus-types

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan
2022-05-02 15:43:40 +00:00
committed by GitHub
parent f9113dfd06
commit 16bbf5602f
287 changed files with 379 additions and 378 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/pkg/errors"
"github.com/prysmaticlabs/prysm/beacon-chain/core/helpers"
"github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1/block"
"github.com/prysmaticlabs/prysm/consensus-types/block"
)
var errBlockNotFoundInCacheOrDB = errors.New("block not found in cache or db")