chain-state: fix typo (#12112)

This commit is contained in:
Thomas Coratger
2024-10-28 11:16:33 +01:00
committed by GitHub
parent 8605d04a09
commit fbdebe08e0

View File

@ -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>,