Skip to content

Commit 8acbed3

Browse files
committed
Remove clone
1 parent 81f5859 commit 8acbed3

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/network/src/network_beacon_processor

1 file changed

+1
-1
lines changed

beacon_node/network/src/network_beacon_processor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
798798
match blobs_or_data_column {
799799
EngineGetBlobsOutput::Blobs(blobs) => {
800800
self_cloned.publish_blobs_gradually(
801-
blobs.into_iter().map(|b| b.clone_blob()).collect(),
801+
blobs.into_iter().map(|b| b.to_blob()).collect(),
802802
block_root,
803803
);
804804
}

0 commit comments

Comments
 (0)