Skip to content

Commit 129d87d

Browse files
chore(typos): s/construct/contract/
1 parent 5a66064 commit 129d87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/merkle-tree/src/contract_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl ContractStateUpdateResult {
4242

4343
transaction
4444
.insert_contract_state_hash(block, self.contract_address, self.state_hash)
45-
.context("Inserting construct state hash")
45+
.context("Inserting contract state hash")
4646
}
4747
}
4848

0 commit comments

Comments
 (0)