core/vm: fix typo (#1963)

This commit is contained in:
Daniel Liu 2026-01-27 11:16:49 +08:00 committed by GitHub
parent bd42edee0b
commit 3ce9a1980a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -633,7 +633,7 @@ func BenchmarkOpKeccak256(bench *testing.B) {
}
}
func TestCreate2Addreses(t *testing.T) {
func TestCreate2Addresses(t *testing.T) {
type testcase struct {
origin string
salt string