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

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed May 24, 2020
1 parent 9b1c738 commit 33f035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/sync/src/chain/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ impl SyncHandler {
Ok(())
}

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

0 comments on commit 33f035a

Please sign in to comment.