We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0698a3 commit 31f7d71Copy full SHA for 31f7d71
beacon_node/beacon_chain/src/block_verification_types.rs
@@ -20,7 +20,7 @@ use types::{
20
/// or a post-Deneb block that doesn't require blobs/columns. Hence, it is fully self contained w.r.t
21
/// verification. i.e. this block has all the required data to get verified and imported into fork choice.
22
///
23
-/// 2. `BlockOnly`: This is a post-deneb block that may or may not require blobs to be considered fully available.
+/// 2. `BlockOnly`: This is a post-deneb block that requires blobs to be considered fully available.
24
#[derive(Clone, Educe)]
25
#[educe(Hash(bound(E: EthSpec)))]
26
pub enum RpcBlock<E: EthSpec> {
0 commit comments