There was an error while loading. Please reload this page.
1 parent 48b5fca commit a111531Copy full SHA for a111531
1 file changed
crates/node/src/network.rs
@@ -921,10 +921,7 @@ pub mod testing {
921
transports
922
}
923
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.
+ /// Synchronous [`MeshNetworkClient`] for unit tests. All participants are reported alive.
928
pub fn new_test_client(
929
participants: Vec<ParticipantId>,
930
my_participant_id: ParticipantId,
0 commit comments