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

Commit 61fea1d

Browse files
mergify[bot]alnoki
andauthored
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 d1f1414) Co-authored-by: alnoki <[email protected]>
1 parent 023ab1c commit 61fea1d

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)