diff --git a/zebra-consensus/src/block.rs b/zebra-consensus/src/block.rs index 2e0f99af..6c2926ea 100644 --- a/zebra-consensus/src/block.rs +++ b/zebra-consensus/src/block.rs @@ -138,9 +138,6 @@ where _ => unreachable!("wrong response to Request::Depth"), } - // We repeat the height checks here, to ensure that generated blocks - // are valid. (We check the block heights for parsed blocks when we - // deserialize them.) let height = block .coinbase_height() .ok_or(BlockError::MissingHeight(hash))?;