near-cli
near-cli copied to clipboard
Ledger key path encoding issue?
Describe the bug Issuing the command:
$ near
...results in a help message being printed, and one of those is:
--useLedgerKey Use Ledger for signing with given HD key path <span class="error">[string]</span> <span class="error">[default: "44'/397'/0'/0'/1'"]</span>
Expected behavior
I'd expect a string in the default to be recognizable as something meaningful. What is that? Is it a path? Is it a device id? USB device?
Maybe I'm just confused as to what that argument means?