Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan <[email protected]>
  • Loading branch information
vbar and zeapoz authored Mar 20, 2024
1 parent 7340fa0 commit 177d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-reconstruct-fetcher/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ pub mod zksync {
pub const OPERATION_BITMASK: u8 = 7;
// The number of bits shifting the compressed state diff metadata by which we retrieve its length.
pub const LENGTH_BITS_OFFSET: u8 = 3;
// Size of CommitBatchInfo.pubdataCommitments item.
// Size of `CommitBatchInfo.pubdataCommitments` item.
pub const PUBDATA_COMMITMENT_SIZE: usize = 144;
}

0 comments on commit 177d7e1

Please sign in to comment.