From 5ee7bf64116ea7d61dfc343ff00ff81566e11469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Wed, 16 Aug 2023 09:43:12 +0200 Subject: [PATCH] fix(docs): Typo sr25510 -> sr25519 --- docs/wallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wallet.md b/docs/wallet.md index d5ed8832..f96673c9 100644 --- a/docs/wallet.md +++ b/docs/wallet.md @@ -24,7 +24,7 @@ Oasis CLI for your accounts: path. This is the preferred setting for Oasis accounts stored on a hardware wallet like Ledger. It is called legacy, because it was first implemented before the [ADR-8] was standardized. -- `sr25510-adr8`: [Sr25519] keypair using the [ADR-8] derivation path. This is +- `sr25519-adr8`: [Sr25519] keypair using the [ADR-8] derivation path. This is an alternative signature scheme for signing ParaTime transactions. - `ed25519-raw`, `secp256k1-raw` and `sr25519-raw`: Respective Ed25519, Secp256k1 and Sr25519 keypairs imported directly from Base32 or Hex-encoded