mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
move block contents to api crate, rename blob sidecars list
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
use beacon_chain::{BeaconChain, BeaconChainTypes, BlockProductionError};
|
||||
use eth2::types::BlockContents;
|
||||
use std::sync::Arc;
|
||||
use types::{
|
||||
AbstractExecPayload, BeaconBlock, BeaconBlockAndBlobSidecars, BlockContents, ForkName,
|
||||
};
|
||||
use types::{AbstractExecPayload, BeaconBlock, BeaconBlockAndBlobSidecars, ForkName};
|
||||
|
||||
type Error = warp::reject::Rejection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user