Skip to content

Commit 5a4aec2

Browse files
Fix participant reference in DR docs (#1871)
[static] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent 11f7207 commit 5a4aec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/validator_operator/validator_disaster_recovery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ We can now check that the topology transaction got correctly applied and get the
270270
.. code::
271271
272272
// The detailed output will slightly vary. Make sure that you see the new participant id though.
273-
sv1Participant.topology.party_to_participant_mappings.list(synchronizerId, filterParty = partyId.filterString)
273+
participant.topology.party_to_participant_mappings.list(synchronizerId, filterParty = partyId.filterString)
274274
res36: Seq[topology.ListPartyToParticipantResult] = Vector(
275275
ListPartyToParticipantResult(
276276
context = BaseResult(

0 commit comments

Comments
 (0)