mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update verkle_witness_test.go
This commit is contained in:
parent
3443c8b55e
commit
0a16b27e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ func TestProcessVerkleInvalidContractCreation(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if bytes.Equal(stemStateDiff.Stem[:], tx1ContractStem) {
|
} else if bytes.Equal(stemStateDiff.Stem[:], tx1ContractStem) {
|
||||||
// For this contract creation, check that only the accound header and storage slot 41
|
// For this contract creation, check that only the account header and storage slot 41
|
||||||
// are found in the witness.
|
// are found in the witness.
|
||||||
for _, suffixDiff := range stemStateDiff.SuffixDiffs {
|
for _, suffixDiff := range stemStateDiff.SuffixDiffs {
|
||||||
if suffixDiff.Suffix != 105 && suffixDiff.Suffix != 0 && suffixDiff.Suffix != 1 {
|
if suffixDiff.Suffix != 105 && suffixDiff.Suffix != 0 && suffixDiff.Suffix != 1 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue