Skip to content

Commit

Permalink
Update derivation path integer sign specification (solana-labs#23336)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alnoki authored and jeffwashington committed Mar 4, 2022
1 parent 0fcd944 commit 69e593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/wallet-guide/hardware-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ usb://<MANUFACTURER>[/<WALLET_ID>][?key=<DERIVATION_PATH>]

`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`
are positive integers.
are nonnegative integers.

For example, a fully qualified URL for a Ledger device might be:

Expand Down

0 comments on commit 69e593b

Please sign in to comment.