Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Mar 1, 2024
1 parent 1008264 commit cdd61eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/primitives/block_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct BlockHeader {
pub size: Size,
pub state_root: Hash,
pub total_difficulty: Difficulty, // is always 0x0
pub nonce: BlockNonce, // is always 0x0000000000000000
pub nonce: BlockNonce, // is always 0x0000000000000000
}

impl BlockHeader {
Expand Down

0 comments on commit cdd61eb

Please sign in to comment.