fix merge

This commit is contained in:
realbigsean
2023-07-14 16:15:28 -04:00
parent 42f54ee561
commit 405e95b0ce
10 changed files with 49 additions and 61 deletions

View File

@@ -127,7 +127,7 @@ pub enum SyncMessage<T: EthSpec> {
},
/// A block with an unknown parent has been received.
UnknownParentBlock(PeerId, RpcBlock<T>, Hash256),
UnknownParentBlock(PeerId, BlockWrapper<T>, Hash256),
/// A blob with an unknown parent has been received.
UnknownParentBlob(PeerId, Arc<BlobSidecar<T>>),