Update derivation path integer sign specification (#23336) (#23339)

Previously, `ACCOUNT` and `CHANGE` were specified as being positive integers, but since both can assume a value of 0 (as in the given example), they should be specified as nonnegative integers

(cherry picked from commit d1f141484e)

Co-authored-by: alnoki <43892045+alnoki@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2022-02-24 20:11:12 -07:00
committed by GitHub
parent 023ab1c427
commit 61fea1d2a7

View File

@ -37,7 +37,7 @@ usb://<MANUFACTURER>[/<WALLET_ID>][?key=<DERIVATION_PATH>]
`DERVIATION_PATH` is used to navigate to Solana keys within your hardware wallet. `DERVIATION_PATH` is used to navigate to Solana keys within your hardware wallet.
The path has the form `<ACCOUNT>[/<CHANGE>]`, where each `ACCOUNT` and `CHANGE` The path has the form `<ACCOUNT>[/<CHANGE>]`, where each `ACCOUNT` and `CHANGE`
are positive integers. are nonnegative integers.
For example, a fully qualified URL for a Ledger device might be: For example, a fully qualified URL for a Ledger device might be: