Skip to content

Commit 5e21e52

Browse files
committed
update comment
1 parent abbd535 commit 5e21e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/net/network-api/src/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pub trait EthWireProvider<N: NetworkPrimitives> {
2424
/// Announce a new block to the network over the eth wire protocol.
2525
fn eth_wire_announce_block(&self, block: N::NewBlockPayload, hash: B256);
2626

27-
/// Announce a new block to the network over the eth wire protocol.
27+
/// Announce a new block to a specific peer over the eth wire protocol.
2828
fn eth_wire_announce_block_to(&self, peer_id: PeerId, block: N::NewBlockPayload, hash: B256);
2929
}

0 commit comments

Comments
 (0)