renames, remove , wrap BlockWrapper enum to make descontruction private

This commit is contained in:
realbigsean
2022-12-28 10:28:45 -05:00
parent 502b5e5bf0
commit 5b3b34a9d7
19 changed files with 231 additions and 268 deletions

View File

@@ -1699,7 +1699,7 @@ impl<T: BeaconChainTypes> BeaconProcessor<T> {
message_id,
peer_id,
peer_client,
BlockWrapper::Block(block),
block.into(),
work_reprocessing_tx,
duplicate_cache,
seen_timestamp,
@@ -1721,7 +1721,7 @@ impl<T: BeaconChainTypes> BeaconProcessor<T> {
message_id,
peer_id,
peer_client,
BlockWrapper::BlockAndBlob(block_sidecar_pair),
block_sidecar_pair.into(),
work_reprocessing_tx,
duplicate_cache,
seen_timestamp,