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:
@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user