Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit d1f1414

Browse files
authored
Update derivation path integer sign specification (#23336)
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
1 parent db12d90 commit d1f1414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/wallet-guide/hardware-wallets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ usb://<MANUFACTURER>[/<WALLET_ID>][?key=<DERIVATION_PATH>]
3737

3838
`DERVIATION_PATH` is used to navigate to Solana keys within your hardware wallet.
3939
The path has the form `<ACCOUNT>[/<CHANGE>]`, where each `ACCOUNT` and `CHANGE`
40-
are positive integers.
40+
are nonnegative integers.
4141

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

0 commit comments

Comments
 (0)