Docs: wrong command for importing Ledger secret key (error: "provide a curve & BIP32 path")
Key Management page show that in order to import a secret key from a Ledger Nano you must execute:
./octez-client import secret key my_ledger ledger://tz1XXXXXXXXXX
On my machine this command gives this error:
Error: Insufficient information: you need to provide a curve & BIP32 path (tz1<my_pkh>).
Which is true. It should be something like: ledger://xxx-yyy-zzzz-xxxx/ed25519/0h/0h
Edited by Zettez