Skip to content

Commit

Permalink
add parent_hash comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Sep 26, 2024
1 parent 983a1fb commit dbb15e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/exex/exex/src/wal/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pub(super) struct CachedBlock {
pub(super) action: CachedBlockAction,
/// The block number and hash of the block.
pub(super) block: BlockNumHash,
/// The hash of the parent block.
pub(super) parent_hash: B256,
}

Expand Down

0 comments on commit dbb15e2

Please sign in to comment.