xpladev / xpla

XPLA Chain core implementation
https://xpla.io
Apache License 2.0
23 stars 7 forks source link

xplad cannot find Ledger device #105

Open neo-prestolabs opened 10 months ago

neo-prestolabs commented 10 months ago

Related to this issue: https://github.com/cosmos/cosmos-sdk/issues/18423

We got the error below while adding key from Ledger in Mac

$ xplad keys add ledgerkey --ledger --coin-type=118
Error: failed to generate ledger key: failed to retrieve device: ledger nano S: hidapi: failed to open device

If we update go.mod to use zondax/ledger-go v0.14.3 instead of the v0.14.1, it is resolved. Please consider updating the package.

junhee0 commented 10 months ago

Please git checkout release/v1.3.x, then compile and run as root.