Skip to content

Commit 679e98a

Browse files
committed
updated child take param
1 parent 6e99aa9 commit 679e98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/validators/child-hotkeys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@ To set child hotkey take, run the following command:
205205
```bash
206206
btcli stake child take \
207207
--netuid <netuid> \
208-
--hotkey <child hotkey> \
208+
--child-hotkey-ss58 <child hotkey> \
209209
--take <decimal number> \
210210
--wallet.name <coldkey>
211211
```
212212

213213
### Parameters
214214

215-
- `--hotkey`: A single SS58 of the child hotkey.
215+
- `--child-hotkey-ss58 `: A single SS58 of the child hotkey. If not provided, it assigns the take value to the hotkey of the signing wallet.
216216
- `--take`: A value between `0` (0%) and `0.18` (18%). Default value is `0`.
217217
- `--netuid`: The `netuid` in which this child hotkey's `take` is applicable. Note that a child hotkey's `take` is subnet-specific, i.e., a child hotkey can have one `take` in one `netuid` and a different `take` in another `netuid`.
218218

0 commit comments

Comments
 (0)