Skip to content

Commit

Permalink
Revert to good comment
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Sep 13, 2024
1 parent d835444 commit f76482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/proto/src/generated/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct BlockHeader {
/// a hash of a STARK proof attesting to the correct state transition.
#[prost(message, optional, tag = "9")]
pub proof_hash: ::core::option::Option<super::digest::Digest>,
/// an accumulative hash from all kernel hashes.
/// a commitment to all transaction kernels supported by this block.
#[prost(message, optional, tag = "10")]
pub kernel_root: ::core::option::Option<super::digest::Digest>,
/// the time when the block was created.
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-proto/proto/block.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ message BlockHeader {
digest.Digest tx_hash = 8;
// a hash of a STARK proof attesting to the correct state transition.
digest.Digest proof_hash = 9;
// an accumulative hash from all kernel hashes.
// a commitment to all transaction kernels supported by this block.
digest.Digest kernel_root = 10;
// the time when the block was created.
fixed32 timestamp = 11;
Expand Down
2 changes: 1 addition & 1 deletion proto/block.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ message BlockHeader {
digest.Digest tx_hash = 8;
// a hash of a STARK proof attesting to the correct state transition.
digest.Digest proof_hash = 9;
// an accumulative hash from all kernel hashes.
// a commitment to all transaction kernels supported by this block.
digest.Digest kernel_root = 10;
// the time when the block was created.
fixed32 timestamp = 11;
Expand Down

0 comments on commit f76482f

Please sign in to comment.