From 86fbf1ed839e521e8c98cf0c3486ccfb0488d1df Mon Sep 17 00:00:00 2001 From: edudukin Date: Sat, 19 Apr 2025 14:28:45 +0200 Subject: [PATCH] test commit --- core/state/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/database.go b/core/state/database.go index faf4954650..a63be4e3ce 100644 --- a/core/state/database.go +++ b/core/state/database.go @@ -66,7 +66,7 @@ type Database interface { // Trie is a Ethereum Merkle Patricia trie. type Trie interface { - // GetKey returns the sha3 preimage of a hashed key that was previously used + // GetKey returns the sha3 preimage of a hashed key that was previously use // to store a value. // // TODO(fjl): remove this when StateTrie is removed