remove outdated note-to-self in the language of love

This commit is contained in:
Guillaume Ballet 2025-01-28 18:26:27 +01:00 committed by GitHub
parent 3ad0d18d9d
commit 584f2776ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -372,7 +372,6 @@ func TestProcessVerkleInvalidContractCreation(t *testing.T) {
t.Fatalf("nil new value in BLOCKHASH contract insert")
}
if *stemStateDiff.SuffixDiffs[0].NewValue != genesisH {
// je sais pas pourquoi, le hash storé est faux. On dirait le empty code hash mais c'est un hasard
t.Fatalf("invalid BLOCKHASH value: %x != %x", *stemStateDiff.SuffixDiffs[0].NewValue, genesisH)
}
} else {