Skip to content

Commit bbd4cc7

Browse files
author
Damien LACHAUME / PALO-IT
committed
Update run-signer-node doc
1 parent 46ea221 commit bbd4cc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ chmod +x verify_signer_registration.sh
640640

641641
Finally, execute the script:
642642
```bash
643-
SIGNER_LOGS_PATH=**YOUR_SIGNER_LOGS_PATH** ./verify_signer_registration.sh
643+
PARTY_ID=**YOUR_PARTY_ID** AGGREGATOR_ENDPOINT=**YOUR_AGGREGATOR_ENDPOINT** ./verify_signer_registration.sh
644644
```
645645

646646
:::tip
@@ -660,7 +660,7 @@ If your signer is registered, you should see this message:
660660

661661
Otherwise, you should see this error message:
662662
```bash
663-
>> Oops, your signer node is not registered. Check your configuration.
663+
>> Oops, your signer node is not registered. Party ID not found among the signers registered at epoch 430.
664664
```
665665

666666
### Verify your signer contributes with individual signatures

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ chmod +x verify_signer_registration.sh
640640

641641
Finally, execute the script:
642642
```bash
643-
SIGNER_LOGS_PATH=**YOUR_SIGNER_LOGS_PATH** ./verify_signer_registration.sh
643+
PARTY_ID=**YOUR_PARTY_ID** AGGREGATOR_ENDPOINT=**YOUR_AGGREGATOR_ENDPOINT** ./verify_signer_registration.sh
644644
```
645645

646646
:::tip
@@ -660,7 +660,7 @@ If your signer is registered, you should see this message:
660660

661661
Otherwise, you should see this error message:
662662
```bash
663-
>> Oops, your signer node is not registered. Check your configuration.
663+
>> Oops, your signer node is not registered. Party ID not found among the signers registered at epoch 430.
664664
```
665665

666666
### Verify your signer contributes with individual signatures

0 commit comments

Comments
 (0)