From ce24a9fd5b0cd56f900a5ba7fec28810d5a76933 Mon Sep 17 00:00:00 2001 From: yudrywet Date: Wed, 12 Mar 2025 21:30:18 +0800 Subject: [PATCH] chore: remove redundant word in comment Signed-off-by: yudrywet --- predicate/predicate_slots.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predicate/predicate_slots.go b/predicate/predicate_slots.go index b8a7d7d519..519659bef9 100644 --- a/predicate/predicate_slots.go +++ b/predicate/predicate_slots.go @@ -10,7 +10,7 @@ import ( "github.com/ethereum/go-ethereum/common" ) -// PreparePredicateStorageSlots populates the the predicate storage slots of a transaction's access list +// PreparePredicateStorageSlots populates the predicate storage slots of a transaction's access list // Note: if an address is specified multiple times in the access list, each storage slot for that address is // appended to a slice of byte slices. Each byte slice represents a predicate, making it a slice of predicates // for each access list address, and every predicate in the slice goes through verification.