Skip to content

Commit 31f7d71

Browse files
committed
improve comment
1 parent e0698a3 commit 31f7d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/src/block_verification_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use types::{
2020
/// or a post-Deneb block that doesn't require blobs/columns. Hence, it is fully self contained w.r.t
2121
/// verification. i.e. this block has all the required data to get verified and imported into fork choice.
2222
///
23-
/// 2. `BlockOnly`: This is a post-deneb block that may or may not require blobs to be considered fully available.
23+
/// 2. `BlockOnly`: This is a post-deneb block that requires blobs to be considered fully available.
2424
#[derive(Clone, Educe)]
2525
#[educe(Hash(bound(E: EthSpec)))]
2626
pub enum RpcBlock<E: EthSpec> {

0 commit comments

Comments
 (0)