From 177d7e1ec36a34babc7abe840bf11a4b43d35d38 Mon Sep 17 00:00:00 2001 From: Vaclav Barta Date: Wed, 20 Mar 2024 08:18:54 +0100 Subject: [PATCH] Update comment Co-authored-by: Jonathan <94441036+zeapoz@users.noreply.github.com> --- state-reconstruct-fetcher/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state-reconstruct-fetcher/src/constants.rs b/state-reconstruct-fetcher/src/constants.rs index 4839e9a..b12c09e 100644 --- a/state-reconstruct-fetcher/src/constants.rs +++ b/state-reconstruct-fetcher/src/constants.rs @@ -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; }