Skip to content

Commit 512d0e8

Browse files
authored
Fix base path for grandpa Keys
1 parent a8383b5 commit 512d0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/node/systemd.mdx

Lines changed: 1 addition & 1 deletion
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"> \

0 commit comments

Comments
 (0)