Skip to content

Commit

Permalink
chain-state: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 27, 2024
1 parent ab07fcf commit 491bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain-state/src/in_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ pub struct ExecutedBlock {
pub senders: Arc<Vec<Address>>,
/// Block's execution outcome.
pub execution_output: Arc<ExecutionOutcome>,
/// Block's hashedst state.
/// Block's hashed state.
pub hashed_state: Arc<HashedPostState>,
/// Trie updates that result of applying the block.
pub trie: Arc<TrieUpdates>,
Expand Down

0 comments on commit 491bbc7

Please sign in to comment.