Skip to content

Commit

Permalink
Regen proto
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Sep 13, 2024
1 parent 561bb78 commit d835444
Showing 1 changed file with 1 addition and 1 deletion.
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;
// a commitment to all transaction kernels supported by this block.
// an accumulative hash from all kernel hashes.
digest.Digest kernel_root = 10;
// the time when the block was created.
fixed32 timestamp = 11;
Expand Down

0 comments on commit d835444

Please sign in to comment.