Skip to content

Commit a111531

Browse files
reducing the comment
1 parent 48b5fca commit a111531

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/node/src/network.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,7 @@ pub mod testing {
921921
transports
922922
}
923923

924-
/// Builds a [`MeshNetworkClient`] synchronously (no background receiver task) for unit tests
925-
/// that only need participant / alive-set queries. All participants report indexer height 0
926-
/// and the test transport reports everyone bidirectionally connected, so
927-
/// [`MeshNetworkClient::all_alive_participant_ids`] returns the full participant set.
924+
/// Synchronous [`MeshNetworkClient`] for unit tests. All participants are reported alive.
928925
pub fn new_test_client(
929926
participants: Vec<ParticipantId>,
930927
my_participant_id: ParticipantId,

0 commit comments

Comments
 (0)