Skip to content

Commit

Permalink
Fix doc ref (#9236)
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn authored Feb 12, 2025
1 parent 3a0269d commit f0ad471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-chain/src/block/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub struct Header {
/// without incrementing the block [`version`](Self::version). Therefore,
/// this field cannot be parsed without the network and height. Use
/// [`Block::commitment`](super::Block::commitment) to get the parsed
/// [`Commitment`](super::Commitment).
/// [`Commitment`].
pub commitment_bytes: HexDebug<[u8; 32]>,

/// The block timestamp is a Unix epoch time (UTC) when the miner
Expand Down

0 comments on commit f0ad471

Please sign in to comment.