Skip to content

Commit b1243c3

Browse files
authored
Fix base path for grandpa Keys (#37)
1 parent a8383b5 commit b1243c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/node/systemd.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
193193
194194
```sh filename="Grandpa" copy
195195
196-
./target/release/tangle key insert --base-path /data/validator/<USERNAME> \
196+
./target/release/tangle key insert --base-path <BASE_PATH> \
197197
--chain tangle-testnet \
198198
--scheme Ed25519 \
199199
--suri <"12-MNEMONIC-PHARSE"> \
@@ -203,7 +203,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
203203
To ensure you have successfully generated the keys correctly run:
204204
205205
```sh filename="ls" copy
206-
ls ~/data/validator/<USERNAME>/chains/tangle-testnet/keystore/
206+
ls <BASE_PATH>/chains/tangle-testnet/keystore/
207207
# You should see a some file(s) there, these are the keys.
208208
```
209209

0 commit comments

Comments
 (0)