Skip to content

Commit

Permalink
Fix the grammar and improved some formatting (w3f#4479)
Browse files Browse the repository at this point in the history
  • Loading branch information
getsnoopy authored Feb 15, 2023
1 parent 3eab10c commit 8afdea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/learn/learn-account-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ Only use custom derivation paths if you are comfortable with your knowledge of t
The [SS58 document](<https://github.com/paritytech/substrate/wiki/External-Address-Format-(SS58)>)
states that:

- Polkadot has an address type of `00000000b`, so `0` is in decimal.
- Kusama (Polkadot Canary) has an address type of `00000010b`, so `2` is in decimal.
- Generic Substrate has `00101010b` as the address type, `42` is in decimal.
- Polkadot has an address type of `00000000b` (`0` in decimal).
- Kusama (Polkadot Canary) has an address type of `00000010b` (`2` in decimal).
- Generic Substrate has `00101010b` as the address type (`42` in decimal).

Because the `Base58-check` alphabet has no number 0, the lowest value is indeed 1. So `00000000b` is
1 in Base58-check. If we try to
Expand Down

0 comments on commit 8afdea2

Please sign in to comment.