File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ def participant_investigate(
597
597
598
598
This function can optionally be called when `participant_step2` raises
599
599
`UnknownFaultyParticipantOrCoordinatorError`. It narrows down the suspected
600
- faulty parties by analyzing the blame message provided by the coordinator.
600
+ faulty parties by analyzing the investigation message provided by the coordinator.
601
601
602
602
This function does not return normally. Instead, it raises one of two
603
603
exceptions.
@@ -606,7 +606,7 @@ def participant_investigate(
606
606
error: `UnknownFaultyParticipantOrCoordinatorError` raised by
607
607
`participant_step2`.
608
608
cinv: Coordinator investigation message for this participant as output
609
- by `coordinator_blame `.
609
+ by `coordinator_investigate `.
610
610
611
611
Raises:
612
612
FaultyParticipantOrCoordinatorError: If another known participant or the
@@ -736,7 +736,7 @@ def coordinator_investigate(
736
736
pmsgs: List of first messages received from the participants.
737
737
738
738
Returns:
739
- List[CoordinatorInvestigationMsg]: A list of blame messages, each
739
+ List[CoordinatorInvestigationMsg]: A list of investigation messages, each
740
740
intended for a single participant.
741
741
"""
742
742
enc_cinvs = encpedpop .coordinator_investigate ([pmsg .enc_pmsg for pmsg in pmsgs ])
You can’t perform that action at this time.
0 commit comments