mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
rename blob arc list to blob list
This commit is contained in:
@@ -49,7 +49,7 @@ pub struct BlobSidecar<T: EthSpec> {
|
||||
|
||||
pub type BlobSidecarList<T> = VariableList<BlobSidecar<T>, <T as EthSpec>::MaxBlobsPerBlock>;
|
||||
//TODO(sean) is there any other way around this? need it arc blobs for caching in multiple places
|
||||
pub type BlobSidecarArcList<T> =
|
||||
pub type BlobSidecarList<T> =
|
||||
VariableList<Arc<BlobSidecar<T>>, <T as EthSpec>::MaxBlobsPerBlock>;
|
||||
pub type Blobs<T> = VariableList<Blob<T>, <T as EthSpec>::MaxExtraDataBytes>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user