Skip to content

Commit 289f259

Browse files
committed
typo fix
1 parent 1157d47 commit 289f259

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/p2p/src/services/reqresp/batch-tx-requester/peer_colleciton.ts renamed to yarn-project/p2p/src/services/reqresp/batch-tx-requester/peer_collection.ts

File renamed without changes.

yarn-project/p2p/src/services/reqresp/batch-tx-requester/reqresp_batch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type ReqRespInterface, ReqRespSubProtocol } from '.././interface.js';
1313
import { BlockTxsRequest, BlockTxsResponse } from '.././protocols/index.js';
1414
import { ReqRespStatus } from '.././status.js';
1515
import { MissingTxMetadata, MissingTxMetadataCollection, TX_BATCH_SIZE } from './missing_txs.js';
16-
import { PeerCollection } from './peer_colleciton.js';
16+
import { PeerCollection } from './peer_collection.js';
1717

1818
const SMART_PEERS_TO_QUERY_IN_PARALLEL = 10;
1919
const DUMB_PEERS_TO_QUERY_IN_PARALLEL = 10;

0 commit comments

Comments
 (0)