Skip to content

Commit

Permalink
Update finality-provider-operation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Dec 20, 2024
1 parent 70df36f commit 45c4f8c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/finality-provider-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <eots-pk>
```
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).

<!-- vitsalis: TODO: native way of showing the finality provider has the statuses -->

After successful registration, you may start the finality provider instance
by running:
```shell
Expand Down

0 comments on commit 45c4f8c

Please sign in to comment.