mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Remove remaining facade module re-exports from consensus/types (#8672)
Removes the remaining facade re-exports from `consensus/types`. I have left `graffiti` as I think it has some utility so am leaning towards keeping it in the final API design. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -8,7 +8,7 @@ use bls::Signature;
|
||||
use kzg::{KzgCommitment, KzgProof};
|
||||
use types::{
|
||||
BeaconBlock, BeaconBlockFulu, Blob, BlobsList, ChainSpec, EmptyBlock, EthSpec, KzgProofs,
|
||||
MainnetEthSpec, SignedBeaconBlock, beacon_block_body::KzgCommitments,
|
||||
MainnetEthSpec, SignedBeaconBlock, kzg_ext::KzgCommitments,
|
||||
};
|
||||
|
||||
fn create_test_block_and_blobs<E: EthSpec>(
|
||||
|
||||
Reference in New Issue
Block a user