Skip to content

Commit f032824

Browse files
authored
Merge pull request #1175 from input-output-hk/damien/1152/fix-run-signer-node-doc
Fix run-signer-node doc
2 parents 12f65cf + 981e40d commit f032824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/website/root/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ PARTY_ID=**YOUR_PARTY_ID** AGGREGATOR_ENDPOINT=**YOUR_AGGREGATOR_ENDPOINT** ./ve
648648
Here is an example command:
649649

650650
```bash
651-
SIGNER_LOGS_PATH=/var/log/syslog ./verify_signer_registration.sh
651+
PARTY_ID=pool1hp72sauk0g0yqm4dzllz0pz6j93gewhllkzphn4hykkfmne43y AGGREGATOR_ENDPOINT=https://aggregator.release-preprod.api.mithril.network/aggregator ./verify_signer_registration.sh
652652
```
653653

654654
:::

docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ PARTY_ID=**YOUR_PARTY_ID** AGGREGATOR_ENDPOINT=**YOUR_AGGREGATOR_ENDPOINT** ./ve
648648
Here is an example command:
649649

650650
```bash
651-
SIGNER_LOGS_PATH=/var/log/syslog ./verify_signer_registration.sh
651+
PARTY_ID=pool1hp72sauk0g0yqm4dzllz0pz6j93gewhllkzphn4hykkfmne43y AGGREGATOR_ENDPOINT=https://aggregator.release-preprod.api.mithril.network/aggregator ./verify_signer_registration.sh
652652
```
653653

654654
:::

0 commit comments

Comments
 (0)