Skip to content

Commit

Permalink
Update EMPTY_BLOCK_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Jan 13, 2025
1 parent 652604e commit 8402eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-chain/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const EMPTY_EXECUTED_BLOCK_SIZE: usize = 91;

/// The BCS-serialized size of an empty [`Block`].
#[cfg(test)]
const EMPTY_BLOCK_SIZE: usize = 252;
const EMPTY_BLOCK_SIZE: usize = 92;

/// An origin, cursor and timestamp of a unskippable bundle in our inbox.
#[derive(Debug, Clone, Serialize, Deserialize, async_graphql::SimpleObject)]
Expand Down

0 comments on commit 8402eb4

Please sign in to comment.