autonity / docs.autonity.org

Documentation for the Autonity Go Client (AGC)
https://docs.autonity.org
2 stars 6 forks source link

Validator re-activation: sentence to modify. #143

Closed jfaiza closed 9 months ago

jfaiza commented 9 months ago

Hello,

In the re-activation part of the validator documentation, I noticed a sentence to modify.

doc reactivate funtion doc bug

I propose to modify the term marked in yellow from "pause" to "inactive state (paused or jailed)" So the sentence becomes >> "The validator’s state is changed from inactive state (paused or jailed) to active."

Steps to reproduce the behaviour:

  1. Go to https://docs.autonity.org/concepts/validator/#validator-re-activation
cmjc commented 9 months ago

Thank you for spotting this inconsistency and suggested improvement @jfaiza .

Two changes made to fix:

  1. To resume a validator from a paused to an active state, use the validator command activate. Specify:
  1. To resume a validator from an inactive state (paused or jailed) to an active state, use the validator command activate. Specify:
cmjc commented 9 months ago

Edits made in PR #144