Skip to content

Commit

Permalink
Merge pull request #2987 from tediou5/chore/improve-farmer-identify-r…
Browse files Browse the repository at this point in the history
…esponder-doc-comment

chore: improve farmer identify responder comment
  • Loading branch information
nazar-pc authored Aug 26, 2024
2 parents e399bb5 + 849546c commit 465dd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/subspace-farmer/src/cluster/farmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ where
}
}

// Listen for farmer identification broadcast from controller and publish identification
// broadcast in response, also send periodic notifications reminding that farm exists
/// Listen for farmer identification broadcast from controller and publish identification
/// broadcast in response, also send periodic notifications reminding that farm exists
async fn identify_responder(
nats_client: &NatsClient,
farms_details: &[FarmDetails],
Expand Down

0 comments on commit 465dd88

Please sign in to comment.