Skip to content

Commit

Permalink
core, rlp: remove duplicated words (#29964)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyfoxy committed Jun 10, 2024
1 parent db273c8 commit 2eb185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/iterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ func TestStorageIteratorDeletions(t *testing.T) {
verifyIterator(t, 2, snaps.Snapshot(common.HexToHash("0x06")).(*diffLayer).newBinaryStorageIterator(common.HexToHash("0xaa")), verifyStorage)
}

// BenchmarkAccountIteratorTraversal is a bit a bit notorious -- all layers contain the
// BenchmarkAccountIteratorTraversal is a bit notorious -- all layers contain the
// exact same 200 accounts. That means that we need to process 2000 items, but
// only spit out 200 values eventually.
//
Expand Down

0 comments on commit 2eb185c

Please sign in to comment.