Skip to content

Commit

Permalink
Update run-signer-node doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Aug 22, 2023
1 parent 46ea221 commit bbd4cc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/website/root/manual/getting-started/run-signer-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ chmod +x verify_signer_registration.sh

Finally, execute the script:
```bash
SIGNER_LOGS_PATH=**YOUR_SIGNER_LOGS_PATH** ./verify_signer_registration.sh
PARTY_ID=**YOUR_PARTY_ID** AGGREGATOR_ENDPOINT=**YOUR_AGGREGATOR_ENDPOINT** ./verify_signer_registration.sh
```

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

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

### Verify your signer contributes with individual signatures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ chmod +x verify_signer_registration.sh

Finally, execute the script:
```bash
SIGNER_LOGS_PATH=**YOUR_SIGNER_LOGS_PATH** ./verify_signer_registration.sh
PARTY_ID=**YOUR_PARTY_ID** AGGREGATOR_ENDPOINT=**YOUR_AGGREGATOR_ENDPOINT** ./verify_signer_registration.sh
```

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

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

### Verify your signer contributes with individual signatures
Expand Down

0 comments on commit bbd4cc7

Please sign in to comment.