From bbd4cc794442c8dd6c44e677689d8bd3b60e94f6 Mon Sep 17 00:00:00 2001 From: Damien LACHAUME / PALO-IT Date: Tue, 22 Aug 2023 11:40:50 +0200 Subject: [PATCH] Update run-signer-node doc --- docs/website/root/manual/getting-started/run-signer-node.md | 4 ++-- .../manual/getting-started/run-signer-node.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/website/root/manual/getting-started/run-signer-node.md b/docs/website/root/manual/getting-started/run-signer-node.md index 8ddcbaddcf7..060c3240291 100644 --- a/docs/website/root/manual/getting-started/run-signer-node.md +++ b/docs/website/root/manual/getting-started/run-signer-node.md @@ -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 @@ -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 diff --git a/docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md b/docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md index 8ddcbaddcf7..060c3240291 100644 --- a/docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md +++ b/docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md @@ -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 @@ -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