We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f5859 commit 8acbed3Copy full SHA for 8acbed3
beacon_node/network/src/network_beacon_processor/mod.rs
@@ -798,7 +798,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
798
match blobs_or_data_column {
799
EngineGetBlobsOutput::Blobs(blobs) => {
800
self_cloned.publish_blobs_gradually(
801
- blobs.into_iter().map(|b| b.clone_blob()).collect(),
+ blobs.into_iter().map(|b| b.to_blob()).collect(),
802
block_root,
803
);
804
}
0 commit comments