From 7890a564201edec00c7e07972a493020b8ca3957 Mon Sep 17 00:00:00 2001 From: comfsrt <155266597+comfsrt@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:06:51 +0100 Subject: [PATCH] Update topics.go --- accounts/abi/topics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/topics.go b/accounts/abi/topics.go index 4819334ae6..bb7e30b7dc 100644 --- a/accounts/abi/topics.go +++ b/accounts/abi/topics.go @@ -79,7 +79,7 @@ func MakeTopics(query ...[]interface{}) ([][]common.Hash, error) { // parameters that are not value types i.e. arrays and structs are not // stored directly but instead a keccak256-hash of an encoding is stored. // - // We only convert stringS and bytes to hash, still need to deal with + // We only convert strings and bytes to hash, still need to deal with // array(both fixed-size and dynamic-size) and struct. // Attempt to generate the topic from funky types