Skip to content

Commit ed7bac0

Browse files
AtomicInnovation321holiman
authored andcommitted
core: fix typos (#30767)
1 parent a7ef9d6 commit ed7bac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/state/statedb_hooked_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestBurn(t *testing.T) {
3535
// the following occur:
3636
// 1. contract B creates contract A
3737
// 2. contract A is destructed
38-
// 3. constract B sends ether to A
38+
// 3. contract B sends ether to A
3939

4040
var burned = new(uint256.Int)
4141
s, _ := New(types.EmptyRootHash, NewDatabaseForTesting())

core/verkle_witness_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ func TestProcessVerkleInvalidContractCreation(t *testing.T) {
338338
}
339339
}
340340
} else if bytes.Equal(stemStateDiff.Stem[:], tx1ContractStem) {
341-
// For this contract creation, check that only the accound header and storage slot 41
341+
// For this contract creation, check that only the account header and storage slot 41
342342
// are found in the witness.
343343
for _, suffixDiff := range stemStateDiff.SuffixDiffs {
344344
if suffixDiff.Suffix != 105 && suffixDiff.Suffix != 0 && suffixDiff.Suffix != 1 {

0 commit comments

Comments
 (0)