We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbd535 commit 5e21e52Copy full SHA for 5e21e52
crates/net/network-api/src/block.rs
@@ -24,6 +24,6 @@ pub trait EthWireProvider<N: NetworkPrimitives> {
24
/// Announce a new block to the network over the eth wire protocol.
25
fn eth_wire_announce_block(&self, block: N::NewBlockPayload, hash: B256);
26
27
- /// Announce a new block to the network over the eth wire protocol.
+ /// Announce a new block to a specific peer over the eth wire protocol.
28
fn eth_wire_announce_block_to(&self, peer_id: PeerId, block: N::NewBlockPayload, hash: B256);
29
}
0 commit comments