We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PreparePredicateStorageSlots
1 parent 88182c1 commit 2550108Copy full SHA for 2550108
predicate/predicate_slots.go
@@ -10,7 +10,7 @@ import (
10
"github.com/ethereum/go-ethereum/common"
11
)
12
13
-// 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
14
// Note: if an address is specified multiple times in the access list, each storage slot for that address is
15
// appended to a slice of byte slices. Each byte slice represents a predicate, making it a slice of predicates
16
// for each access list address, and every predicate in the slice goes through verification.
0 commit comments