From 45c4f8cc77e9c27b8922a02402aa75435e9bdebc Mon Sep 17 00:00:00 2001 From: Sam Ricotta Date: Fri, 20 Dec 2024 19:18:02 +1100 Subject: [PATCH 1/2] Update finality-provider-operation.md --- docs/finality-provider-operation.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/finality-provider-operation.md b/docs/finality-provider-operation.md index ef4cae8..972312d 100644 --- a/docs/finality-provider-operation.md +++ b/docs/finality-provider-operation.md @@ -572,11 +572,18 @@ to: the network for double signing (signing conflicting blocks at the same height). This state is irreversible. +To check the status of a finality provider, you can use the following command: + +```shell +fpd finality-provider-info +``` +This will return the same response as the `create-finality-provider` +command but you will be able to check in real time the status of the +finality provider. + For more information on statuses please refer to diagram in the core documentation [fp-core](fp-core.md). - - After successful registration, you may start the finality provider instance by running: ```shell From 439e6524c44f8f64fbfff77783ab67b09ba9ad27 Mon Sep 17 00:00:00 2001 From: Sam Ricotta Date: Fri, 20 Dec 2024 19:40:32 +1100 Subject: [PATCH 2/2] Update finality-provider-operation.md --- docs/finality-provider-operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/finality-provider-operation.md b/docs/finality-provider-operation.md index 972312d..c979fbb 100644 --- a/docs/finality-provider-operation.md +++ b/docs/finality-provider-operation.md @@ -575,7 +575,7 @@ to: To check the status of a finality provider, you can use the following command: ```shell -fpd finality-provider-info +fpd finality-provider-info ``` This will return the same response as the `create-finality-provider` command but you will be able to check in real time the status of the