From 3ce9a1980ac9306c06bc65bb74ea850102c37122 Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Tue, 27 Jan 2026 11:16:49 +0800 Subject: [PATCH] core/vm: fix typo (#1963) --- core/vm/instructions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index 6e562ed6c9..a3c64c8817 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -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