chore: single typo in 'hash_fetching' (#15937)

This commit is contained in:
AJStonewee
2025-04-26 02:28:03 -04:00
committed by GitHub
parent dd997e0705
commit 091d84eed3

View File

@@ -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();