mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
chore: single typo in 'hash_fetching' (#15937)
This commit is contained in:
@@ -32,7 +32,7 @@ pub fn benchmark_fetch_pending_hashes(group: &mut BenchmarkGroup<'_, WallTime>,
|
||||
let mut peers = HashMap::default();
|
||||
|
||||
for _i in 0..peers_num {
|
||||
// NOTE: the worst case, each tx in the cache belongs to a differenct peer.
|
||||
// NOTE: the worst case, each tx in the cache belongs to a different peer.
|
||||
let peer = PeerId::random();
|
||||
let hash = B256::random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user