core, rlp: remove duplicated words (#29964)

pull/29966/head
TinyFoxy 3 months ago committed by GitHub
parent db273c8733
commit 2eb185c92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      core/state/snapshot/iterator_test.go

@ -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.
//

Loading…
Cancel
Save