From 1fd0204d600873d3659ed5dde053f3ac55af3881 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 28 Apr 2025 08:27:28 +0200 Subject: [PATCH] Update verkle_witness_test.go --- core/verkle_witness_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/verkle_witness_test.go b/core/verkle_witness_test.go index de2280ced1..8cb4b48ce7 100644 --- a/core/verkle_witness_test.go +++ b/core/verkle_witness_test.go @@ -1048,7 +1048,7 @@ func TestProcessVerkleSelfDestructInSameTxWithSelfBeneficiaryAndPrefundedAccount contract = crypto.CreateAddress(deployer, 0) ) // Prefund the account, at an address that the contract will be deployed at, - // before it selfdestrucs. We can therefore check that the account itseld is + // before it selfdestructs. We can therefore check that the account itself is // NOT destroyed, which is what the current version of the spec requires. // TODO(gballet) revisit after the spec has been modified. gspec.Alloc[contract] = types.Account{