Skip to content

Commit b273bbf

Browse files
Addressed comments
[ci] Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
1 parent 2e1b51a commit b273bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/validator_operator/validator_helm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Additionally, please modify the file ``splice-node/examples/sv-helm/standalone-p
379379

380380
To configure the validator app, please modify the file ``splice-node/examples/sv-helm/validator-values.yaml`` as follows:
381381

382-
You need to configure how your validator connects to the network's scan services by defining a ``scanClient`` block in your ``validator-values.yaml``.
382+
You need to configure how your validator connects to the network's ``scan`` services by defining a ``scanClient`` block in your ``validator-values.yaml``.
383383
There are three modes of ``scanClient``:
384384

385385
- ``bft``: (default mode) connects to all scans and validates via majority agreement.
@@ -400,7 +400,7 @@ Detailed configuration examples and instructions for each mode are provided dire
400400
:start-after: SCAN_CLIENT_CONFIGURATION_START
401401
:end-before: SCAN_CLIENT_CONFIGURATION_END
402402

403-
You need to configure how your validator's participant connects to the network synchronizer by defining a ``synchronizer`` config in your ``validator-values.yaml``.
403+
You need to configure how your validator's participant connects to ``sequencers`` by defining a ``synchronizer`` config in your ``validator-values.yaml``.
404404
``synchronizer`` supports three modes of operation:
405405

406406
- ``bft``: (default mode) connects to all available sequencers and validates responses via majority agreement.

0 commit comments

Comments
 (0)