Skip to content

Commit

Permalink
Update crates/consensus/src/header.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 18, 2024
1 parent b71b71b commit 6cbc49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ impl Decodable for Header {
this.parent_beacon_block_root = Some(B256::decode(buf)?);
}

// Decode requests root.
// Decode requests hash.
if started_len - buf.len() < rlp_head.payload_length {
this.requests_hash = Some(B256::decode(buf)?);
}
Expand Down

0 comments on commit 6cbc49a

Please sign in to comment.