Skip to content

Commit

Permalink
chore: fix BlockHeader comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Sep 13, 2024
1 parent 679f702 commit a9938cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/src/block/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::utils::serde::{
/// - `note_root` is a commitment to all notes created in the current block.
/// - `tx_hash` is a commitment to a set of IDs of transactions which affected accounts in the
/// block.
/// - `kernel_root` is an accumulative hash from all kernel hashes.
/// - `kernel_root` a commitment to all transaction kernels supported by this block.
/// - `proof_hash` is a hash of a STARK proof attesting to the correct state transition.
/// - `timestamp` is the time when the block was created, in seconds since UNIX epoch. Current
/// representation is sufficient to represent time up to year 2106.
Expand Down

0 comments on commit a9938cd

Please sign in to comment.