We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f7207 commit 5a4aec2Copy full SHA for 5a4aec2
docs/src/validator_operator/validator_disaster_recovery.rst
@@ -270,7 +270,7 @@ We can now check that the topology transaction got correctly applied and get the
270
.. code::
271
272
// 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)
+ participant.topology.party_to_participant_mappings.list(synchronizerId, filterParty = partyId.filterString)
274
res36: Seq[topology.ListPartyToParticipantResult] = Vector(
275
ListPartyToParticipantResult(
276
context = BaseResult(
0 commit comments