mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 18:53:32 +00:00
debug impl for wrapper type
This commit is contained in:
@@ -33,6 +33,7 @@ impl<T: EthSpec> SignedBeaconBlockAndBlobsSidecar<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// A wrapper over a [`SignedBeaconBlock`] or a [`SignedBeaconBlockAndBlobsSidecar`].
|
/// A wrapper over a [`SignedBeaconBlock`] or a [`SignedBeaconBlockAndBlobsSidecar`].
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum BlockWrapper<T: EthSpec> {
|
pub enum BlockWrapper<T: EthSpec> {
|
||||||
Block {
|
Block {
|
||||||
block: Arc<SignedBeaconBlock<T>>,
|
block: Arc<SignedBeaconBlock<T>>,
|
||||||
|
|||||||
Reference in New Issue
Block a user