Skip to content

Commit

Permalink
fix a little doc nit
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Jan 10, 2025
1 parent 1bbd716 commit 2060d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/services/p2p/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ where

#[derive(Clone)]
pub struct SharedState {
/// Sender of p2p with peer gossip subscription (vec<u8> represent the peer_id)
/// Sender of p2p with peer gossip subscription (`Vec<u8>` represent the peer_id)
new_tx_subscription_broadcast: broadcast::Sender<FuelPeerId>,
/// Sender of p2p transaction used for subscribing.
tx_broadcast: broadcast::Sender<TransactionGossipData>,
Expand Down

0 comments on commit 2060d7d

Please sign in to comment.