Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 77c60f8

Browse files
committed
Fix description
1 parent e978df2 commit 77c60f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethcore/sync/src/chain/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ impl SyncHandler {
706706
Ok(())
707707
}
708708

709-
/// Called when peer requests a set of pooled transactions
709+
/// Called when peer sends us a set of new pooled transactions
710710
pub fn on_peer_new_pooled_transactions(sync: &mut ChainSync, io: &mut dyn SyncIo, peer_id: PeerId, tx_rlp: &Rlp) -> Result<(), DownloaderImportError> {
711711
for item in tx_rlp {
712712
let hash = item.as_val::<H256>().map_err(|_| DownloaderImportError::Invalid)?;

0 commit comments

Comments
 (0)