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

Commit 8f278d8

Browse files
committed
Fix description
1 parent ab91f28 commit 8f278d8

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
@@ -701,7 +701,7 @@ impl SyncHandler {
701701
Ok(())
702702
}
703703

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

0 commit comments

Comments
 (0)