Skip to content

Commit

Permalink
chore(typos): s/construct/contract/
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Nov 20, 2023
1 parent 5a66064 commit 129d87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/merkle-tree/src/contract_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl ContractStateUpdateResult {

transaction
.insert_contract_state_hash(block, self.contract_address, self.state_hash)
.context("Inserting construct state hash")
.context("Inserting contract state hash")
}
}

Expand Down

0 comments on commit 129d87d

Please sign in to comment.