Skip to content

Commit 3bba409

Browse files
committed
docs(minor fixes): minor fixes
minor fixes
1 parent bea2ec3 commit 3bba409

File tree

4 files changed

+6
-31
lines changed

4 files changed

+6
-31
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"label": "Commands",
3-
"position": 3,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "A detailed explanationf of Sentinel Hub commands"
7-
}
3+
"position": 3
84
}

docs/sentinel-hub/commands/edit/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/sentinel-hub/commands/edit/fees.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/sentinel-hub/commands/transactions/staking.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sentinelhub tx staking create-validator \
114114
--gas-prices=0.5udvpn
115115
```
116116

117-
If you're currently in the validator creation process, refer to this [page](/validator-setup/become-validator) in the validator guide for further assistance.
117+
If you're currently in the validator creation process, refer to [this page](/full-node-setup/become-validator) in the full node guide for further assistance.
118118

119119

120120
## Edit Validator
@@ -135,6 +135,10 @@ sentinelhub tx staking edit-validator \
135135
--gas=300000
136136
```
137137

138+
If you want to update your validator's `commission-rate`, ensure the new value falls within the limits set by the `commission-max-change-rate` and `commission-max-rate` parameters defined when the validator was created.
139+
140+
Please note that in this scenario, the flag `--node` is not utilized, assuming you are executing this command directly from your validator machine.
141+
138142

139143
## Unjail Validator
140144

0 commit comments

Comments
 (0)