debug impl for wrapper type

This commit is contained in:
Diva M
2022-11-28 14:54:47 -05:00
parent 050acf67a3
commit c532f4438c

View File

@@ -33,6 +33,7 @@ impl<T: EthSpec> SignedBeaconBlockAndBlobsSidecar<T> {
}
/// A wrapper over a [`SignedBeaconBlock`] or a [`SignedBeaconBlockAndBlobsSidecar`].
#[derive(Debug)]
pub enum BlockWrapper<T: EthSpec> {
Block {
block: Arc<SignedBeaconBlock<T>>,