Skip to content

Commit 79af68e

Browse files
authored
Merge branch 'master' into merge-coreth-master-clean
2 parents 6447da1 + 2550108 commit 79af68e

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)