Skip to content

Commit 2550108

Browse files
authored
chore(predicate): fix typo in PreparePredicateStorageSlots comment (#1491)
Signed-off-by: yudrywet <[email protected]>
1 parent 88182c1 commit 2550108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predicate/predicate_slots.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/ethereum/go-ethereum/common"
1111
)
1212

13-
// PreparePredicateStorageSlots populates the the predicate storage slots of a transaction's access list
13+
// PreparePredicateStorageSlots populates the predicate storage slots of a transaction's access list
1414
// Note: if an address is specified multiple times in the access list, each storage slot for that address is
1515
// appended to a slice of byte slices. Each byte slice represents a predicate, making it a slice of predicates
1616
// for each access list address, and every predicate in the slice goes through verification.

0 commit comments

Comments
 (0)