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.
2 parents 6447da1 + 2550108 commit 79af68eCopy full SHA for 79af68e
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