Skip to content

Commit e73d88b

Browse files
0xLuccanhussein11
andauthored
Apply suggestions from code review
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent d0ca1e1 commit e73d88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To securely deploy your parachain, it is essential to generate custom keys speci
7878

7979
- **Session keys** - used in block production. These identify your node and its blocks on the network. Stored in the parachain keystore, these are disposable "hot wallet" keys. If leaked, they could be used to impersonate your node, potentially leading to fund slashing. To mitigate risks, rotate these keys frequently. Treat them with the same caution as a hot wallet to protect your node security
8080

81-
To perform this step, you can use [subkey](https://docs.rs/crate/subkey/latest){target=_blank}, a command-line tool for generating and managing keys:
81+
To perform this step, you can use [subkey](https://docs.rs/crate/subkey/latest){target=\_blank}, a command-line tool for generating and managing keys:
8282

8383
```bash
8484
docker run -it parity/subkey:latest generate --scheme sr25519

0 commit comments

Comments
 (0)